-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (43 loc) · 7.26 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'/>
<title>ensleep 404</title>
<style type="text/css">
body{
background-color:pink;
text-align:center;
a:link{
color:gray;
}
}
</style>
<body>
<div>你迷路了……</div>
<div style='margin-top:100px'><h1>WTF!......Page not found!!</h1></div>
<div></div>
<div style='overflow:auto;color:blue;font-size:7px'> ... ... ... .. ... ... .. ....... </div>
<div style='overflow:auto;color:blue;font-size:7px'>.. .. .. .. ........... .... .. ... ...... ... </div>
<div style='overflow:auto;color:blue;font-size:7px'>.................... ... ... ... ... ... ... ...... ..... </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .. ........... ... ...................... ... .............. </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. ... .... ... ... .. ... .. ............... ... </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. ... .. ........... .. ... ... ............... ... </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. ... ... .. ... .. .. .. ... ... ........ ...... ... </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .. ... ... ... .... .. ... .. ........ .......... </div>
<div style='overflow:auto;color:blue;font-size:7px'>..................... ............... ... ..... ... .... ........ ... .. </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. ... ... ... ..... ... .... ..................... </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .. ... ........... ... ... ...... .. ........ .. ... .. </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. ........... ... ... ... ............ ........ ... .. </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .. ... ... ...... ... ...... ..... ......................</div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .. ... ............ ..... .. .. ... .... ..... ..</div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .......... . ... ... .. ... ... ..... ...... </div>
<div style='overflow:auto;color:blue;font-size:7px'>....... .. ... ......... .... .. ... ... ...... ........ </div>
<div style='overflow:auto;color:blue;font-size:7px'>... .. .. ... .. ... ... ... .. ... ... ...... ..... ...... </div>
<div style='overflow:auto;color:blue;font-size:7px'>.. .. ... .. ... ... ... .. ... .... ... ... ... ... </div>
<div style='overflow:auto;color:blue;font-size:7px'> .......... .. ..... .... ... ..... ... ... ....</div>
<div style='overflow:auto;color:blue;font-size:7px'> .. .. .. .. .... .... .. .. ... </div>
<div style='margin-top:100px;font-size:14px;color:gray'>Click These To <a href='http://ensleep.com/index.html'>Home</a> <a href='http://ensleep.com/followme.html'>Contact Me</a></div>
<div style='margin-top:100px;font-size:14px;color:gray'>点击跳转 <a href='http://ensleep.com/index.html'>主页</a> <a href='http://ensleep.com/followme.html'>联系我</a></div>
</body>
</head>
</html>