-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
35 lines (30 loc) · 1006 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>404 - 闲庭信步(KISS)</title>
<link href="/stylesheets/screen.css" rel="stylesheet" />
</head>
<body>
<!-- 黑长直 -->
<nav class="black-long-straight">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/atom.xml">RSS</a></li>
<li><a href="http://switchable.mrzhang.me/" class="switchable" target="_blank">jQuery.Switchable</a></li>
<li>
<form action="http://google.com/search" method="get" target="_blank">
<input type="hidden" name="q" value="site:qiaoliang.github.com" />
<input type="text" name="q" class="search" placeholder="Search" x-webkit-speech />
</form>
</li>
</ul>
</nav>
<div class="page-not-found">
<p><em>404</em></p>
<p>Hmm… The page you’ve just tried to open doesn’t exist, or may never have existed.</p>
<p>Try clicking back or visiting my homepage.</p>
</div>
</body>
</html>