This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
130 lines (102 loc) · 3.04 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<title>Page Not Found | StratusLab</title>
<base href="http://stratuslab.eu/">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/css/reset.css">
<link rel="stylesheet" type="text/css" href="/css/typography.css">
<link rel="stylesheet" type="text/css" href="/css/layout.css">
<link rel="stylesheet" type="text/css" href="/css/syntax.css">
<script type="text/javascript" src="/js/highlight.pack.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
</script>
</head>
<body id="home">
<div id="externalWrapper">
<div id="band"></div>
<div id="navigationWrapper" class="cf">
<div class="wrapper">
<ul id="navigation" class="cf">
<li id="homeNav">
<a href="index.html"></a>
</li>
<li id="blogNav">
<a href="news/"></a>
</li>
<li id="docNav">
<a href="documentation/"></a>
</li>
<li id="filesNav">
<a href="install/"></a>
</li>
<li id="tryNav">
<a href="try/"></a>
</li>
<li id="aboutNav">
<a href="about/"></a>
</li>
</ul>
</div>
</div>
<div id="wrapper">
<div id="content">
<div id="title" class="cf">
<div id="logo"></div>
<div id="tagline">STRATUS<span>LAB</span></div>
</div>
<div class="mainColumn">
<h1>Page Not Found</h1>
<p>
The page you tried to access does not exist. Please try searching from the
<a href="http://stratuslab.eu/">StratusLab home page</a> or
<a href="http://stratuslab.eu/about">contact us</a> to let us know about the problem.
</p>
</div>
<div class="sidebarColumn">
<a href="http://www.twitter.com/StratusLab" id="twitterLogo"></a>
<div id="twitter">
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: 'none',
color: 'none'
},
tweets: {
background: 'none',
color: 'none',
links: 'none'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('StratusLab').start();
</script>
</div>
</div>
<div class="cf"></div>
</div>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="wrapper">
Copyright © 2009-2013 stratuslab.eu
</div>
</div>
</body>
</html>