-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (30 loc) · 1.04 KB
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Aw, Crap!</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
</head>
<body>
<div id="wrapper">
<h2 id="home"><a href="/">Martin Lundberg</a></h2>
<p>Aw, Crap! I couldn't find a page with the specified URL.</p>
<ul id="menu">
<li><a href="/">Blog</a></li>
<li><a href="/archive/">Archive</a></li>
<li><a href="/about/">About</a></li>
</ul>
<p id="copyright">Copyright © 2010 Martin Lundberg</p>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3093690-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>