-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
36 lines (36 loc) · 988 Bytes
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="个人主页, Silince, 网址导航"/>
<meta name="description" content="Silince,个人主页"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="none" />
<title>404 Not Found</title>
<style>
*{font-family:"Microsoft Yahei";margin:0;font-weight:lighter;text-decoration:none;text-align:center;line-height:2.2em;}
html,body{height:100%;}
h1{font-size:100px;line-height:1em;}
table{width:100%;height:100%;border:0;}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<h1>404</h1>
<h3>大事不妙啦!<img src=/assets/imgs/404.png></h3>
<p>你访问的页面好像不小心被博主给弄丢了~<br/>
<a href="http://www.silince.cn/">惩罚博主</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>