-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
129 lines (110 loc) · 5.63 KB
/
Copy path404.html
File metadata and controls
129 lines (110 loc) · 5.63 KB
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
<!DOCTYPE html>
<html>
<head>
<title>sclabs: 404</title>
<!-- Le generic head content
================================================== -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le viewport for le responsive styles -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le favicon -->
<link rel="shortcut icon" href="/assets/ico/favicon.ico">
<meta name="Description" content="Web developers extraordinaire. Offering comprehensive design, development, and deployment services since 2012.">
<!-- Le styles
================================================== -->
<link href="/assets/css/bootstrap.css" rel="stylesheet">
<link href="/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/assets/css/custom.css" rel="stylesheet">
<!-- Le Analytics
================================================== -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29127150-1']);
_gaq.push(['_setDomainName', 'gilgi.org']);
_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>
</head>
<body>
<!-- Le navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/"><i class="icon-lab-white-navbar"></i> sclabs</a>
<div class="nav-collapse">
<ul class="nav">
<li class=""><a href="/">Home</a></li>
<li class=""><a href="/about">About</a></li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Products <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class=""><a href="/products">All Products</a></li>
<li class="divider"></li>
<li class="nav-header">Webcomic CMS</li>
<li class=""><a href="/sccms">sccms</a></li>
<li class=""><a href="/sccms-nonrel">sccms-nonrel</a></li>
<li class="nav-header">Status Page Apps</li>
<li class=""><a href="/sitestatus">sitestatus</a></li>
<li class=""><a href="/sitestatus-nonrel">sitestatus-nonrel</a></li>
</ul>
</li>
<li class=""><a href="/blog">Blog</a></li>
</ul>
<ul class="nav pull-right">
<li class="dropdown">
<a href="http://gilgi.org" class="dropdown-toggle" data-toggle="dropdown">Gilgi.org Network <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://www.gilgi.org" target="_blank"><i class="icon-home"></i> Gilgi.org</a></li>
<li class="divider"></li>
<li><a href="http://puwn.gilgi.org" target="_blank"><i class="icon-map-marker"></i> PUWN</a></li>
<li><a href="http://romanchickens.gilgi.org" target="_blank"><i class="icon-picture"></i> Roman Chickens</a></li>
<li><a href="http://scgs.gilgi.org" target="_blank"><i class="icon-cog"></i> SCGS</a></li>
<li class="active"><a href="/"><i class="icon-lab-white"></i> sclabs</a></li>
<li><a href="http://scootscanoe.gilgi.org" target="_blank"><i class="icon-screenshot"></i> Scoot's Canoe</a></li>
<li class="divider"></li>
<li><a href="http://status.gilgi.org" target="_blank"><i class="icon-signal"></i> Status</a></li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
<div class="container">
<!-- Le Masthead
================================================== -->
<header class="jumbotron subhead" id="overview">
<h1>404</h1>
<p class="lead">Page not found</p>
</header>
<p>We're sorry, but the page you requested either does not exist or could not be found for some other reason. If you're sure you're in the right place, please let us know at <a href="mailto:webmaster@gilgi.org">webmaster@gilgi.org</a>. Otherwise, you can always go <a href="/">home</a>.</p>
<!-- Le Footer
================================================== -->
<footer class="footer">
<hr/>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Designed by <a href="http://sclabs.gilgi.org/">sclabs</a>, built with <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>, powered by <a href="https://github.com/mojombo/jekyll/">Jekyll</a>, and hosted by <a href="http://pages.github.com">GitHub Pages</a>.</p>
<p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>Common icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer>
</div>
<!-- Le javascript
================================================== -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/application.js"></script>
</body>
</html>