-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
119 lines (100 loc) · 2.4 KB
/
404.html
File metadata and controls
119 lines (100 loc) · 2.4 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
<title>404</title>
<link rel="stylesheet" href="css/main.css">
<style media="screen">
body {
background: #20262E;
padding: 0 0 100px;
margin: 0;
color: #fff;
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
}
p {
font-size: 14px;
line-height: 22px;
padding: 0 0 12px;
margin: 0;
}
section {
clear: both;
}
.mCont {
width: 650px;
margin: 0 auto;
}
*, html, body, button, input, textarea, select {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
li {
float: left;
width: 25%;
text-align: center;
}
h1, h2, h3, h3 span {
font-weight: 200;
}
h1 {
margin: 100px 0 20px;
font-size: 30px;
font-weight: 700;
}
h2 {
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.3);
padding: 40px 0 15px;
margin: 0;
}
h3 {
}
h3 span {
color: #a3a7a8;
font-size: 13px;
display: block;
margin-top: 5px;
}
a {
color: #0084ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
overflow: hidden;
border-radius: 120px;
}
.center {
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<div class="mCont">
<div class="center">
<br><br><br>
<br><br><br>
<br><br><br>
<br><br><br>
<img src="/images/server/404.png" width="200">
<section>
<br>
<p>That page doesn't exist.</p>
</section>
</div>
</div>
<div class="center" style="position: fixed; bottom: 2%; left: 0%; width: 100%; text-align: center;">
<a href="https://accessretrieved.github.io/404_zh-cn">切换到中文</a> or <a href="https://accessretrieved.github.io">Home</a>
</div>
</body>
</html>