forked from okfde/berlin.appsandthecity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
70 lines (54 loc) · 1.72 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Apps and the City - </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
<header id="header" class="container">
<h1>
<strong>Apps</strong>
&the
<strong>city</strong>
</h1>
<h2>Open Transport</h2>
<ul class="social-media">
<li>
<a href="">Facebook</a>
</li>
<li>
<a href="">Twitter</a>
</li>
</ul>
</header>
<div class="navbar aatc-container">
<div class="navbar-inner">
<ul class="nav span12">
<li class="active"><a href="#">Über uns</a></li>
<li><a href="#">Beispiele</a></li>
<li><a href="#">Entwicklertag</a></li>
<li><a href="#">Argumente</a></li>
<li class="special-nav"><a class="register" href="#">Anmelden</a></li>
</ul>
</div>
<hr/>
</div>
<div class="aatc-container">
<p>404 Nicht gefunden</p>
</div>
<footer id="footer">
</footer>
</body>
</html>