-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
43 lines (36 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Donald L. Merand">
<title>Dang</title>
<link rel='alternate' type='application/atom+xml' title='Donald L. Merand' href='atom.xml'>
<link rel='shortcut icon' href='/favicon.ico'>
<link rel='stylesheet' href='assets/css/style.css' media='all' >
<link rel='stylesheet' href='assets/css/plugins/syntax.css' media='all' >
<link rel='stylesheet' href='assets/css/print.css' media='print' >
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Merriweather:900,300' media='all'>
</head>
<body>
<div class="donald"><a href="/index.html">Donald L. Merand</a></div>
<div class="page">
<h1>Dang</h1>
<p>
The interwebs couldn't find the page you're trying to load. Are you trying to fool the interwebs?
</p>
<p><a href="/">Go Home</a></p>
<footer>
<span class="noprint">
<script type="text/javascript">
<!--
h='gmail.com';a='@';n='dmerand';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>dmerand at gmail dot com</noscript>
| <a href="/atom.xml">[rss feed]</a>
</span>
<p>Copyright Donald L. Merand (unless otherwise specified).</p>
</footer>
</div><!-- page -->
</body>
</html>