-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (41 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="Shortcut Icon" href="/phantom_shadow/picture/未标题-2.ico" type="image/x-icon" />
<title>404错误</title>
<style type="text/css">
body{
color: white;
background-color: #000;
}
.container {
width: 60%;
margin: 10% auto 0;
/*background-color: #f0f0f0;*/
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<html>
<body>
<div class="container" style="border : 2px solid #ffffff;">
<h1 style="color: red;">404错误</h1>
<h3> </h3>
<ul>
<li><a target="_blank" href="https://fastwalkergy.github.io/phantom_shadow" >返回主页</a></li>
</ul>
</div>
</body>
</html>