Initial commit

This commit is contained in:
est31
2015-02-19 16:02:56 +01:00
commit f8324fcbca
13 changed files with 669 additions and 0 deletions

13
www/map.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet" href="leaflet.css" />
<link rel="stylesheet" href="leaflet-custom.css" />
<script src="leaflet.js"></script>
<script src="leaflet-hash.js"></script>
<script src="map.js"></script>
</head>
<body>
<div id="map" style="">
</div>
</body>
</html>