-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
75 lines (68 loc) · 2.17 KB
/
404.html
File metadata and controls
75 lines (68 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Thimbl - Free Open Source Distributed Micro-blogging</title>
<meta name="description" content="Welcome to thimbl, the free, open source, distributed micro-blogging platform. If you're tired of being locked in to one micro-blogging platform, or a single social network. Or you're weary of corporations hi-jacking your updates in the pursuit of money, then thimbl is for you." />
<link rel="image_src" type="image/png" href="presentation.png" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.2.0/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="base.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="sub-page">
<header>
<nav>
<div class="wrapper">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="community.html">Community</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="get_started.html">Get Started</a>
</li>
<li>
<a href="who.html">Who?</a>
</li>
<li>
<a href="code.html">Code</a>
</li>
</ul>
</div>
</nav>
</header>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<h1>
404 Error
</h1>
<h3>
The page you have requested doesn't exist.
</h3>
<p>
Whoops, looks like we made an error. Fear not, you can click the back button or one of the links on this page to take you back to somewhere more sane. Be assured that someone will be brought to book for this, if you'd like to send along a few choice words, please email them to dk@telekommunisten.net
</p>
</div>
<div id='right' class="notgrey">
<div id="rightpresentation">
<h2>
What is Thimbl?
</h2>
<a href="presentation.html"><img src="presentation_small.png" alt="Presentation"></a>
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>
<?php require_once('footer.php'); ?>
</body>
</html>