ffmap-backend/html/nodes.html

16 lines
523 B
HTML
Raw Normal View History

2012-02-17 02:09:21 +01:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>freifunk.luebeck.net nodes</title>
</head>
<body>
<div id='chart'> </div>
<link href='force.css' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="d3.js"></script>
<script src='d3.layout.js' type='text/javascript'> </script>
<script src='d3.geom.js' type='text/javascript'> </script>
<script src='force.js' type='text/javascript'> </script>
</body>
</html>