summaryrefslogtreecommitdiff
path: root/src/map/kbh/index.html
blob: 3570a3c39c0c0ac28184dbdc3c01ced8cc216e30 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>København</title>
  6. <meta name="viewport" content="width=device-width" />
  7. <link href="../../favicon.ico" rel="icon" type="image/x-icon" />
  8. <link href="../../css/leaflet/leaflet.css" rel="stylesheet" type="text/css" />
  9. <link href="../../css/leaflet/MarkerCluster.css" rel="stylesheet" type="text/css" />
  10. <link href="../../css/leaflet/MarkerCluster.Default.css" rel="stylesheet" type="text/css" />
  11. <link href="../../css/font-awesome.css" rel="stylesheet" type="text/css" />
  12. <link href="../../css/leaflet/extra-markers.css" rel="stylesheet" type="text/css" />
  13. <link href="../../css/map.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="map"></div>
  17. <script src="../../js/lib/require.js" data-main="../../js/tours" type="text/javascript"></script>
  18. </body>
  19. </html>