-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
91 lines (84 loc) · 2.25 KB
/
404.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="zh-cn" dir="zh">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="robots" content="all" />
<meta name="robots" content="index,follow"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content=""/>
<link rel="shortcut icon" href="/img/favicon.ico" />
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon.png" />
<script type="text/javascript" src="https://volunteer.cdn-go.cn/404/latest/404.js" rendertarget="public_page"></script>
<title></title>
<style type="text/css">
*{margin: 0;padding: 0;}
::-webkit-scrollbar {display:none}
.back_home_box {
box-sizing: border-box;
position: fixed;
top: 36px;
right: 50px;
z-index: 1050;
padding: 0;
width: initial;
font-size: 14px;
opacity: 0.6;
color: #fff;
cursor: pointer;
text-align: center;
}
.btn {
display:inline-block;
padding:6px 12px;
margin-bottom:0;
text-align:center;
white-space:nowrap;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-image:none;
border:1px solid transparent;
border-radius:4px
}
.btn:hover {
background-color: #ff3434;
}
.btn-primary {
color:#fff;
border-color:#2e6da4;
}
.btn_blue {
padding: 10px;
text-align: center;
border-radius: 8px;
background: #e26464;
color: #fff;
letter-spacing: 3px;
border: 0;
font-size: 18px;
text-decoration-line: none;
}
#public_page {
margin:0px;
padding:0px;
width: 100%;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
max-width: 100vw;
}
</style>
</head>
<body>
<div id="public_page"></div>
<div class="back_home_box">
<a href="/" class="btn btn-primary btn_blue">返回主页</a>
</div>
</body>