forked from ktmud/kwiki_tpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
45 lines (44 loc) · 1.1 KB
/
404.php
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
<?php header("HTTP/1.1 404 Not Found"); ?>
<!DOCTYPE html>
<html>
<head>
<title>404 - 找不到</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="Stylesheet" type="text/css" href="style.css" />
<script type="text/javascript">
var disqus_identifier = 'wiki__404', root_path = '';
</script>
</head>
<body>
<div id="all">
<div id="header">
<ul id="top-nav">
<li>
<a href="index.html">首页</a>
</li>
<li>
<a href="tips/index.html">经验总结</a>
</li>
<li>
<a href="diary/diary.html">日记</a>
</li>
</ul>
</div>
<div id="cse"></div>
<div id="main">
<h1 id="toc_1">此页是隐形的</h1>
<p>
乖,你什么都没看到,哈!
</p>
<p>
请通过下面的评论区给我留言,反馈此页面出现的原因。
</p>
</div>
<div id="footer">
<p>© 2010 丘迟 <a href="/SiteMap.html" title="站点地图">给我一点导航吧</a></p>
</div>
</div>
<script src="jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="vimwiki.js" type="text/javascript"></script>
</body>
</html>