-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
33 lines (29 loc) · 1.07 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Freifunk Bremen - Status</title>
<link rel="stylesheet" href="/vendor/twbs/bootstrap/dist/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="stylesheet" href="/local.css" type="text/css">
</head>
<body>
<div id="impressum"><a href="https://bremen.freifunk.net/impressum.html">Impressum</a></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Freifunk Bremen Status</h1>
</div>
</div>
<div class="row" id="content"></div>
<div class="col-sm-12">
<table class="table" id="lastupdated"></table>
</div>
</div>
<script src="/vendor/components/jquery/jquery.min.js"></script>
<script src="vendor/rmm5t/jquery-timeago/jquery.timeago.js"></script>
<script src="vendor/rmm5t/jquery-timeago/locales/jquery.timeago.de.js"></script>
<script src="/app.js"></script>
</body>
</html>