forked from katydecorah/katydecorah.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (40 loc) · 1.77 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Page Not Found × Katy DeCorah</title>
<meta name="description" content="Front-end developer and designer from Albany, NY.">
<meta name="viewport" content="width=device-width">
<link href="/css/style.css" rel="stylesheet" type="text/css">
</head>
<body class="default-page page-404">
<div class="header">
<div class="container">
<a href="http://katydecorah.com/" class="logo">Katy DeCorah</a>
</div>
</div>
<div class="container content" id="content">
<h1 class="text-center">Page Not Found</h1>
<img src="http://i.imgur.com/ZRgDe6X.gif?1" alt="Dad not found" title="Hiya slugger">
<p class="text-center">Oops! I moved this page or deleted it.</p>
<p class="text-center"><a href="http://katydecorah.com/">http://katydecorah.com</a></p>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34842039-1']);
_gaq.push(['_setDomainName', 'katydecorah.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="http://use.typekit.net/aec6dko.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</body>
</html>