-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
executable file
·22 lines (20 loc) · 813 Bytes
/
404.html
File metadata and controls
executable file
·22 lines (20 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: 404 Not Found
---
<div class="span-9 ">
<p class="first">
不知道您是有意还是无意,但毫无疑问您走到了<em>死胡同</em>
</p>
</div>
<div class="span-3 last">
<img class="center" id="oh_noes" src="/img/oh_noes.png" alt="oh_noes" >
</div>
<div class="span-12 last">
<p class="second">
The page you were looking for doesn't exist. Maybe you mistyped the URL or followed an old link. Maybe the internet is broken.
</p>
<p>
Hush, don't be sad - it's <em>okay</em>. While your here, maybe you'd like to have a look around. You could start at the <a href="/">home</a> page, have a look through my <a href="/folio.html">portfolio</a> or the <a href="/notebook.html">notebook</a> or find out more <a href="/about.html">about</a> me.
</p>
</div>