forked from ffnord/ffmap-d3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstats.html
23 lines (23 loc) · 922 Bytes
/
stats.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Freifunk Wuppertal - Knotenkarte</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="http://freifunk-wuppertal.net">freifunk-wuppertal.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>
<li><a href="http://firmware.freifunk-wuppertal.net/">Firmwarebäckerei</a></li>
</ul>
<h1><a href="https://freifunk-rheinland.net/">Freifunk Rheinland e. V.</a></h1>
</header>
<div id="stats"></div>
</body>
</html>