From f67705f4c95eb75b3aa0bf7cbe2b5175a9644a59 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Wed, 9 Sep 2015 03:25:56 +0200
Subject: Initial draft.

---
 index.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 index.html

(limited to 'index.html')

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>
-- 
cgit v1.2.3