-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·96 lines (84 loc) · 3.68 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>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Olivine Labs : Bleeding Edge Web Applications</title>
<meta name="description" content="Olivine Labs is a company specializing in high-performance, scalable, userfriendly modern web application development.">
<meta name="author" content="Jack Lawson, <[email protected]>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr.js"></script>
</head>
<body>
<div id="container">
<div id="topBar" role="complementary">
</div>
<nav role="navigation">
<ul>
<li><a href="/">home</a></li>
<li><a href="mailto:[email protected]">contact</a></li>
<li><a href="http://olivinelabs.com/blog">blog</a></li>
<li><a href="http://github.com/Olivine-Labs">github</a></li>
</ul>
</nav>
<header id="siteHeading">
<h1 role="banner">Olivine Labs</h1>
</header>
<aside role="complementary">
<h1>404</h1>
<article class="fullWidth">
<div class="heading">
<h2>The requested URL was not found on this server.</h2>
<p>Sorry, but the page you were trying to view does not exist.</p>
<a href="http://www.olivinelabs.com" target="_blank">Click here to go home ></a>
</div>
<div class="content">
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
<p>
(Were you looking for <a href="https://github.com/Olivine-Labs/Alchemy-Websockets">Alchemy Websockets</a>?)
</p>
</div>
<div class="content">
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
</article>
<div class="clearfix"></div>
</aside>
<footer>
<p>
© 2011 Olivine Labs, LLC.
<a href="mailto:[email protected]">Contact</a> -
<a href="http://blog.olivinelabs.com">Blog</a> -
<a href="http://www.github.com/Olivine-Labs">GitHub</a> -
palette from <a href="http://www.colourlovers.com/palette/1076567/lilliputans" target="_blank">Zalera88</a> @ <a href="http://www.colourlovers.com" target="_blank">colourlovers</a>
</p>
</footer>
</div>
<script>
var _gaq=[['_setAccount','UA-22050912-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
<!-- aws -->
</html>