-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
65 lines (57 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Amahi Installation - Amahi Home Server Docs</title>
<link rel="icon" type="image/png" href="static/images/favicon.png" />
<meta name="description" content="Amahi Installation Documentation" />
<link rel="stylesheet" href="static/css/bootstrap.css" type="text/css" media="screen" />
<link rel="stylesheet" href="static/css/syntax.css" type="text/css" media="screen" />
<link rel="stylesheet" href="static/css/amahi.base.css" type="text/css" media="screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-1']);
_gaq.push(['_setDomainName', 'install.amahi.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>
<div class="container">
<div class="row Header">
<div class="span3 Module logo">
<h1><a href="/">Amahi</a></h1>
</div>
<div class="span9">
<div class="Module navigation">
<ul>
<li><a href="u12/index.html">get started</a></li>
<li><a href="http://www.amahi.org/">Amahi</a></li>
<li><a href="http://wiki.amahi.org">Wiki</a></li>
<li><a href="http://www.amahi.org/users">control panel</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="span12">
<div class="span9">
<h1 id='requirements'>404 - Not Found!</h1>
<p>The page yuou we were looking for is not found. Try again!</p>
<ul class="pager">
</ul>
</div>
</div>
</div>
<div class="row Footer">
<div class="span12">
© 2015 <a href="http://www.amahi.org/">Amahi</a> | <a href="http://wiki.amahi.org/">Wiki</a> | <a href="http://blog.amahi.org/">Blog</a> | <a href="http://forums.amahi.org/">Forums</a> | <a href="http://bugs.amahi.org/">Bug Tracker</a>
</div>
</div>
</div>
</body>
</html>