-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·24 lines (21 loc) · 895 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>JoshuaRJones.me - Page Not Found</title>
<link rel="stylesheet" href="css/404.css">
</head>
<body>
<div class="not-found">
<h1>Sorry...</h1>
<h2>I couldn't find that for you</h2>
<p>You can head <a href="/">back to the homepage</a>, or check out where I like to hangout.</p>
<ul class="social-networks left cf">
<li><a href="https://plus.google.com/116354166950674169257/posts" title="Joshua Jones on Google+" class="google-plus">Google+</a></li>
<li><a href="http://forrst.me/JoshuaJones" title="Joshua Jones on Forrst" class="forrst">Forrst</a></li>
<li><a href="http://twitter.com/#!/JoshuaRJones" title="Joshua Jones on Twitter" class="twitter">Twitter</a></li>
<li><a href="https://github.com/JoshuaJones" title="Joshua Jones on GitHub" class="github">GitHub</a></li>
</ul>
</div>
</body>
</html>