summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ec3468f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset=utf-8 />
+<title>LAND kort</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+<script src="yepnope.min.js" type="text/javascript"></script>
+<link href="/usr/share/javascript/leaflet/leaflet.css" rel="stylesheet" type="text/css" />
+<link href="data.json" rel="points" type="application/json">
+<style>
+ body { margin:0; padding:0; }
+ #content { position:absolute; top:0; bottom:0; width:100%; }
+ .leaflet-control-scale { text-align: center; }
+</style>
+</head>
+<body>
+<div id="content"></div>
+<script src="/usr/share/javascript/leaflet/leaflet.js" type="text/javascript"></script>
+<script src="map.js" type="text/javascript"></script>
+</body>
+</html>