Skip to content

Commit 1a2fdad

Browse files
committed
Added 404 page.
1 parent 39969da commit 1a2fdad

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

404.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
4+
<head>
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
<title>404 &mdash; prb.io</title>
7+
<meta name="author" content="Paul Brown" />
8+
<link rel="start" href="/" />
9+
<link rel="stylesheet" href="/static/styles.css" type="text/css" />
10+
</head>
11+
<body>
12+
<div id="container">
13+
<div id="header">
14+
<h1>prb<span class="lighter">.io</span></h1>
15+
</div>
16+
<div class="nav">
17+
[<a href="/">front</a>] [<a href="/archive.html">archives</a>]
18+
</div>
19+
<div class="entry">
20+
<h2 id='404'>404</h2>
21+
22+
<p>Looking for something? I pruned most of the content out of the blog from earlier than 2008 with the exception of some posts about Haskell that got a bit of traffic (and therefore I assume were useful to visitors).</p>
23+
</div>
24+
<div id="footer"><p class="copyright"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" class="cc-badge" src="http://i.creativecommons.org/l/by-sa/3.0/us/80x15.png" /></a> Except where otherwise noted, this work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.</p></div>
25+
<script type="text/javascript">
26+
var gaJsHost = "http://www.";
27+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
28+
<script type="text/javascript">
29+
try{
30+
var pageTracker = _gat._getTracker("UA-140287-1");
31+
pageTracker._trackPageview();} catch(err) {}</script>
32+
33+
</div>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)