-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.28 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.28 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
<!doctype html>
<html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Freifunk Bodensee Node Liste</title>
<meta name="description" content="Eine Liste der Nodes, die bei Freifunk Bodensee aktiv sind. Dargestellt auf dem Supernode mate.ffbsee.net.">
<link rel="stylesheet" href="sortable-theme-dark.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<ul>
<li><a href="https://freifunk-bodensee.net/">Freifunk Bodensee</a></li>
<li><a href="https://mate.ffbsee.net/">mate.ffbsee.net</a></li>
<li><a href="https://mate.ffbsee.net/meshviewer/">Meshviewer</a></li>
<li><a href="https://www.freifunk-karte.de/?lat=47.74579&lng=9.43314&z=10">freifunk-karte.de</a></li>
<li><a href="https://s.ffbsee.de/">Statistik</a></li>
<li><a href="#toggle_maxi">Erweiterte Ansicht</a></li>
</ul>
</nav>
<h1>Freifunk Node Liste</h1>
<br/>
<div id="table_container"></div>
<footer>
<a>Lizenz: CC-BY-NC</a>
</footer>
<script src="jquery-3.4.1.min.js"></script>
<script src="sortable.min.js"></script>
<script src="scripts.js"></script>
</body>
</html>