-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
64 lines (63 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404错误页面</title>
</head>
<style type="text/css">
body {
margin:50px auto 0px auto;
padding:0;
font-size:14px;
line-height:1.231;
color:#555;
text-align:center;
background-color:yellowgreen ;
}
a {color:#555;
text-decoration:none;
}
a:hover {
color:#1abc9c;
}
#container {
width:684px;
height:315px;
margin:0px auto 0px auto;
background-color:yellowgreen;
}
#container #title {
overflow:hidden;
padding-top:30px;
}
#container #title h1 {
font-size:36px;
text-align:center;
color:#ffffff;
}
#content p{
font-size:18px;
}
#footer {
width:100%;
margin:0px 0px;
font-size:16px;
color:#555;
text-align:center;
}
</style>
<body>
<div style="border-radius: 50%;">
<img src="/assets/img/timo.png">
</div>
<div id="container">
<div id="title"><h1>{未找到} 法海不懂爱~页面不出来!</h1></div>
<div id="content">
<p><a href="javascript:history.go(-1)" style="color:#F00" target="_blank" rel="external">返回上一页</a></p>
<br>
<p style="font-size:24px;font-weight:bold;color:steelblue;">404错误页面</p>
</div>
</div>
<div id="footer">©2017 <a href="#" target="_blank"></a>断剑重铸之日,骑士归来之时!</div>
</body>
</html>