-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.html
49 lines (42 loc) · 1.74 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
<!DOCTYPE html>
<!--
o o o-O-o o o o o o-oo o-O-o o-O-o o-o O
| / | |\ | |\ | | | | / / \
OO | | \ | | \ | O-o | | O o-o-o
| \ | | \| | \| | | | \ | |
o o o-O-o o o o o o-oo o o-O-o o-o o o
-->
<html lang="en">
<head>
<title>Kinnetica | Page Not Found</title>
<meta charset="utf-8" />
<meta name="author" content="Michael Levin" />
<meta content="{{page.description}}" name="description" />
<meta content="{{page.keywords}}" name="keywords" />
<meta name="google-site-verification" content="DqAgloRCaHDsh-QjkR1GFjGY6DfghzQTrQavEK0p9Bg" />
<link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico" />
<link rel="alternate" type="application/atom+xml" title="Kinnetica" href="http://feeds.feedburner.com/kinnetica" />
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/style.css" />
</head>
<body class="not-found">
<div id="not-found-wrap">
<h1>404</h1>
<h2>Sorry,</h2>
<h2>the page you were looking for</h2>
<h2>has vanished!</h2>
</div>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9419543-1']);
_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>
</body>
</html>