-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.html
86 lines (69 loc) · 2.28 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Sctict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>mrenaud - 404</title>
<meta name="author" content="Matt Renaud"/>
<link rel="stylesheet" href="/stylesheets/styles.css"/>
<link rel="stylesheet" href="/stylesheets/pygment_trac.css"/>
<link rel="stylesheet" href="/stylesheets/syntax.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="/javascripts/respond.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42745779-1', 'mrenaud.ca');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="header">
<span class="title"><a href="/">mrenaud</a></span>
<nav>
<li class="fork">
<a href="https://github.com/mrenaud92">GitHub</a>
</li>
<li class="fork">
<a href="http://careers.stackoverflow.com/mrenaud92">Careers 2.0</a>
</li>
<li class="fork">
<a href="https://plus.google.com/103024748052706251437/about">G+</a>
</li>
<li class="fork">
<a href="http://ca.linkedin.com/in/mrenaud92">LinkedIn</a>
</li>
</nav>
</div>
<div id="sidebar">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/resources">Resources</a></li>
<li><a href="/credits">Credits</a></li>
</ul>
</div>
<div class="wrapper">
<section>
<div id="title">
<h1>404</h1>
<p>This isn't the page you're looking for.</p>
<hr/>
</div>
<br/>
<footer>
<span class="credits left">
</span>
<span class="credits right">
Hosted on GitHub Pages — <a href="/credits">credits</a>
</span>
</footer>
</section>
</div>
</body>
</html>