Skip to content

Commit dde7e44

Browse files
committed
Add 404 page.
1 parent 57a6b4d commit dde7e44

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

404.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>{{ page.title }}</title>
5+
<link rel="stylesheet" type="text/css" href="/css/default.css" media="screen" />
6+
<link rel="alternate" type="application/atom+xml" title="Atom" href="/feeds/atom.xml" />
7+
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/rss.xml" />
8+
</head>
9+
<body>
10+
<h1 class="header">
11+
<a href="/">#</a>
12+
Beware of programmers carrying screwdrivers
13+
</h1>
14+
<div class="content">
15+
<h1 class="postTitle"><a href="/">Four Oh Four</a></h1>
16+
<div class="post">
17+
<p>Sorry, nothing here by that name.</p>
18+
</div>
19+
</div>
20+
<div class="footer">
21+
<ul class="links">
22+
<li><a href="/about.html">About me</a></li>
23+
<li><a href="http://esm.logic.net/">My real blog</a></li>
24+
<li><a href="http://www.flickr.com/photos/edward_marshall">Flickr</a></li>
25+
<li><a href="http://github.com/logic">Github</a></li>
26+
<li><a href="/feeds/atom.xml" rel="alternate" type="application/atom+xml">Atom</a>/<a href="/feeds/rss.xml" rel="alternate" type="application/rss+xml">RSS</a></li>
27+
</ul>
28+
</div>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)