-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (32 loc) · 1.05 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
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404 Page Not Found - Lars Tesmer's Blog</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16367267-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>
</head>
<body>
<h1>Oops! Page not found!</h1>
<p>
The page you're looking for doesn't exist, please check the URL for typos.<br />
If there's no typo, try to find it
<ul>
<li><a href="http://lars-tesmer.com/">On the homepage</a></li>
<li><a href="http://lars-tesmer.com/archive">In the archive</a></li>
</ul>
Otherwise, <a href="http://lars-tesmer.com/contact">please contact me.</a>
</p>
<p>
Lars Tesmer
</p>
</body>
</html>