-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
57 lines (45 loc) · 1.95 KB
/
404.html
File metadata and controls
57 lines (45 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>mjijackson » Not Found</title>
<meta name="description" content="Web development and design on the Mac, by Michael Jackson">
<meta name="keywords" content="Ruby, JavaScript, PHP, HTML, CSS, web, web development, web design, Mac">
<meta name="viewport" content="width=800">
<link rel="alternate" type="application/atom+xml" href="/index.xml">
<link rel="stylesheet" type="text/css" media="all" href="/assets/reset.css">
<link rel="stylesheet" type="text/css" media="all" href="/assets/style.css">
</head>
<body>
<div id="wrapper">
<ul id="nav">
<li class="nav-title"><a class="selected" href="/">MJIJACKSON</a></li>
<li class="nav-feed"><a href="/index.xml" title="Subscribe to the feed">ATOM</a></li>
<li class="nav-code"><a href="http://github.com/mjijackson">CODE</a></li>
<li class="nav-about"><a href="/about">ABOUT</a></li>
</ul>
<div id="body">
<div class="post">
<div class="post-meta">
<h2>Not Found</h2>
</div>
<div class="post-body">
<p>The page you requested cannot be found. It may have been moved to a new
location. Perhaps you should try a <a href="http://www.google.com/search?q=site:mjijackson.com">search</a>.</p>
</div>
</div>
</div>
<div id="foot">
<p>Copyright © 2008—2010 Michael Jackson. <a href="http://validator.w3.org/check/referer" title="Validate HTML">HTML</a> <a href="/index.xml" title="Subscribe to the feed">ATOM</a></p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try{
var pageTracker = _gat._getTracker("UA-998116-6");
pageTracker._trackPageview();
}catch(err){}
</script>
</body>
</html>