summaryrefslogtreecommitdiff
path: root/index.html
blob: ec3468f9345d3de393cfcd59e0e8e86057b85211 (plain)
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>LAND kort</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  7. <script src="yepnope.min.js" type="text/javascript"></script>
  8. <link href="/usr/share/javascript/leaflet/leaflet.css" rel="stylesheet" type="text/css" />
  9. <link href="data.json" rel="points" type="application/json">
  10. <style>
  11. body { margin:0; padding:0; }
  12. #content { position:absolute; top:0; bottom:0; width:100%; }
  13. .leaflet-control-scale { text-align: center; }
  14. </style>
  15. </head>
  16. <body>
  17. <div id="content"></div>
  18. <script src="/usr/share/javascript/leaflet/leaflet.js" type="text/javascript"></script>
  19. <script src="map.js" type="text/javascript"></script>
  20. </body>
  21. </html>