forked from alibaba/anyproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcert_error.pug
46 lines (41 loc) · 850 Bytes
/
cert_error.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
doctype html
html(lang="en")
head
title Security Vulnerable
style.
body {
color: #666;
line-height: 1.5;
font-size: 13px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
body * {
box-sizing: border-box;
}
.container {
max-width: 1200px;
padding: 20px;
padding-top: 150px;
margin: 0 auto;
}
.title {
font-size: 20px;
margin-bottom: 20px;
}
.explain {
font-size: 14px;
font-weight: 200;
color: #666;
}
.explainCode {
color: #999;
margin-bottom: 10px;
}
body
.container
div.title
| #{title}
div.explainCode
| #{code}
div.explain
div!= explain