<!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>