-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
59 lines (54 loc) · 2.16 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sean Leach</title>
<meta name="author" content="Sean Leach" />
<link href="http://feeds.feedburner.com/SeanLeach" rel="alternate" title="Sean Leach" type="application/atom+xml" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27316919-1']);
_gaq.push(['_setDomainName', 'seanleach.com']);
_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>
<div class="site">
<div class="title">
<a href="/">Sean Leach</a>
<a class="extra" href="/">home</a>
</div>
<div id="home">
<h1>WTF!?!?!?!?!?</h1>
That page doesn't exist - go back to <a href="/">the main page</a> and see what's up.
<br /><br />
Example post: <a href="/2012/08/16/how-to-disable-reply-animations-in-mail-app-for-mountain-lion.html">How to disable reply animations in Mail.app for Mountain Lion</a>
</div>
<div class="footer">
<div class="contact">
<p>
Sean Leach<br />
Product - <a href="http://fastly.com/">Fastly</a><br />
<a href="http://feeds.feedburner.com/SeanLeach">Subscribe to RSS</a>
</p>
</div>
<div class="contact">
<p>
<a href="http://github.com/sleach/">github.com/sleach</a><br />
<a href="http://twitter.com/seanleach/">twitter.com/seanleach</a><br />
<a href="http://linkedin.com/in/seanleach/">linkedin/in/seanleach</a>
</p>
</div>
</div>
</div>
</body>
</html>