-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
96 lines (85 loc) · 2.87 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
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
<link href="/css/style.css" rel="stylesheet">
<link href="/css/syntax.css" rel="stylesheet">
<title>Open Notify - Page Not Found</title>
</head>
<body>
<div class="wrapper">
<div id="header">
<div class="container">
<h1><a href="/">Open Notify</a></h1>
<ul id="navigation" class="nav nav-tabs">
<li >
<a href="/">Home</a>
</li>
<li >
<a href="/Open-Notify-API">API Docs</a>
</li>
<li >
<a href="https://github.com/open-notify">Source Code</a>
</li>
<li >
<a href="/about">About</a>
</li>
</ul>
</div>
</div>
<div id="content">
<div class="container">
<div class="row">
<div class="span8">
<h1 id='404__page_not_found'>404 - Page Not Found</h1>
<p>Ya, that’s not here. Sorry.</p>
<ul class='thumbnails'>
<li class='span4'>
<a class='thumbnail' href='http://www.flickr.com/photos/jurvetson/252084585/'>
<img class='img-rounded' src='/img/XPRS_CATO_jurvetson.jpg' />
</a>
<a href='http://www.flickr.com/photos/jurvetson/252084585/'>XPRS CATO!</a> by <a href=''>jurvetson</a> on Flickr.
</li>
</ul>
<p>This site was rebuilt recently and older content was removed.</p>
<p>Maybe you were looking for the <a href=''>API docs</a>?</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Like what I'm doing? Consider donating with <iframe style="border: 0; margin-bottom: -7px; padding: 0;"
src="https://www.gittip.com/natronics/widget.html"
width="48pt" height="22pt"></iframe>
</p>
<p>
</p>
<p class="license">
This site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US">
Creative Commons Attribution 3.0 Unported License.
<img alt="Creative Commons License" src="http://i.creativecommons.org/l/by/3.0/80x15.png">
</a>
</p>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24692957-1']);
_gaq.push(['_setDomainName', 'open-notify.org']);
_gaq.push(['_setAllowLinker', true]);
_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>