forked from ffnord/ffmap-d3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstats.html
More file actions
21 lines (21 loc) · 742 Bytes
/
stats.html
File metadata and controls
21 lines (21 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Freifunk Lübeck - Knotenstatistics</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" />
<link rel="stylesheet" type="text/css" href="css/stats.css" />
<script type="text/javascript" src="stats_compiled.js"></script>
</head>
<body>
<header>
<h1><a href="//luebeck.freifunk.net/">luebeck.freifunk.net</a></h1>
<ul>
<li><a href="graph.html">Graph</a></li>
<li><a href="geomap.html">Karte</a></li>
<li><a href="list.html">Liste</a></li>
</ul>
</header>
<div id="stats"></div>
</body>
</html>