-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
66 lines (56 loc) · 2.58 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
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jason Tokoph</title>
<meta name="description" content="Personal site of Jason Tokoph">
<meta name="author" content="Jason Tokoph">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" href="/css/master.css" type="text/css" media="screen"/>
<script src="js/modernizr.custom.03220.js"></script>
</head>
<body>
<div id="container">
<header class="clearfix">
<div class="left-col">
<span class="hidden-narrow">Hi, I'm </span>Jason Tokoph!
</div>
<div class="right-col">
</div>
</header>
<div id="main" role="main" class="clearfix">
<nav class="right-col" id="main-nav">
<ul>
<li><a href="/">home</a></li>
<li><a href="/archive">archive</a></li>
<li><a href="/contact">contact</a></li>
<li><a href="/about-me">about<span class="hidden-narrow"> me</span></a></li>
</ul>
</nav>
<div class="left-col">
<h1>I think you might be lost.</h1>
<h2>
You should probably head somewhere else.
</h2>
</div>
</div>
<footer>
<h2>Made by me, Jason Tokoph.</h2>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<script>
window._gaq = [['_setAccount','UA251624781'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>
<!--[if lt IE 7 ]>
<script defer src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script defer>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>