-
Notifications
You must be signed in to change notification settings - Fork 49
/
404.shtml
61 lines (50 loc) · 1.24 KB
/
404.shtml
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
60
61
<html>
<head>
<title>404</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
html {
color: #cad3d6;
min-height: 100%;
background: -webkit-gradient(linear , 0 100, 0 98%, from(#163346), to(#000309) );
background-color: #123;
padding: 0;
margin: 0;
}
body {
max-width: 1200px;
position: relative;
margin: 40px auto 15px;
font: 100 14px/1.5 "Trebuchet MS", Helvetica, SimSun, sans-serif;
}
h1, h6 {
font-family: "Microsoft Yahei", sans-serif;
margin: 0;
padding: 0.15em 0;
}
h1 {
font-size: 1.7em;
padding-bottom: 0.1em;
color: #f37;
margin-bottom: 0.5em;
margin-top: 0;
}
h6 {
font-size: 1.0em;
color: #99CC00;
}
.justcenter {
text-align: center;
}
</style>
</head>
<br><br><br><br>
<br><br><br><br>
<h1 id="toc_1" class="justcenter">你要找的页面不存在</h1>
<h6 id="toc_1.0.0.0.0.1" class="justcenter">www.ruchee.com</h6>
<br><br><br>
<br><br><br>
<!-- 量子统计代码 -->
<script type="text/javascript" src="http://js.tongji.linezing.com/2785323/tongji.js"></script>
</body>
</html>