-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (26 loc) · 1.05 KB
/
404.html
File metadata and controls
27 lines (26 loc) · 1.05 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>404</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="" />
<!-- stylesheets -->
<style type="text/css">
</style>
<!-- javascripts -->
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<script type="text/javascript" src="http://www.qq.com/404/search_children.js?edition=small" charset="utf-8"></script>
<!--
<div class="container">
<div class="box"><div class="cover_pan"></div></div>
<h2>呃~~你闯进404了:这说明你刚刚访问的页面不存在……</h2><br />
<h2>你可以试着点击 <a href="http://blog.liangpeng.net/archives/" target="_blank">blog存档页</a> 查看文章列表,或者 <a href="http://blog.liangpeng.net/" target="_blank">点此进入博客首页 </a> 。</h2>
</div>
-->
</body>
</html>