-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
47 lines (43 loc) · 2.21 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
<!DOCTYPE html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>404 - File Not Found</title>
<meta name="keywords" content="404 - File Not Found" />
<meta name="description" content="404 - File Not Found" />
<style type="text/css">
html,body{width:100%;height:100%;cursor:default}
html,body,p,h2,div{margin:0;padding:0}
body{background:#2980B9;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
html{font:12px "Segoe UI","Microsoft YaHei",FreeSans,Arimo,"Droid Sans","Hiragino Sans GB","Hiragino Sans GB W3",Arial,sans-serif}
h2{margin-bottom:25px;font-size:30px;font-weight:300;color:#e05d6f}
p{line-height:1.5em;font-size:12px;color:#95a2a9;margin-bottom:5px}
.title{position:relative;top:75px;margin-bottom:.7em;line-height:30px;font-size:26px;font-weight:300;color:#fff;text-shadow:0 0 4px #666666}
.box{position:relative;top:80px;width:600px;max-width:85%;margin:0 auto;background:#fff;padding:15px;box-shadow:0 0 50px #2964B9}
.main{font-size:18px;color:#000;font-weight:500;line-height:1.7em;margin:0 0 10px}
.foot{position:relative;top:80px;margin:15px 15px 0;font-size:12px;color:#4eb0f8}
pre{background:#3498DB;color:#ffffff;padding:15px 20px;margin:25px -15px -15px;line-height:1.4em;font-size:14px;text-align:center;word-break:break-all;white-space:pre-wrap}
</style>
</head>
<body>
<p class="title">Server Error</p>
<div class="box">
<h2><b>404</b> - File Not Found</h2>
<p class="main">The requested resources is not available</p>
<p>Maybe there is a typo in the url.</p>
<pre>Search Engine may help you find out new pages.</pre>
</div>
<p class="foot">Power by Xudadi.com</p>
<div style="display:none">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72900648-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="https://s23.cnzz.com/z_stat.php?id=1252889580&web_id=1252889580"></script>
</div>
</body>
</html>