-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
59 lines (59 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex">
<title>Not Found</title>
</head>
<style type="text/css">
body{
background:url(images/404/bg.png);
margin:0;
font-family: 'Amarante', cursive;
}
.wrap{
margin:0 auto;
width:1000px;
}
.logo{
text-align:center;
}
.logo p span{
color:lightgreen;
}
.sub a{
color:white;
background:rgba(0,0,0,0.3);
text-decoration:none;
padding:5px 10px;
font-size:13px;
font-family: arial, serif;
font-weight:bold;
}
.footer{
color:#555;
position:absolute;
right:10px;
bottom:10px;
font-size:14px;
}
.footer a{
font-size:16px;
color:#ff4800;
}
</style>
<body>
<img src="images/404/label.png">
<div class="wrap">
<div class="logo">
<img src="images/404/404.png">
<div class="sub">
<p><a href="/">返回首页</a></p>
</div>
</div>
</div>
<div class="footer">
2019
</div>
</body>
</html>