summaryrefslogtreecommitdiff
path: root/index.html
blob: 69cc51210fcba07a1f56dd628425d89b8f663187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="da">
  <head>
    <meta charset="UTF-8">
    <title>SPYOSCAPE</title>
    <meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1.0, user-scalable=0">
    <link rel="stylesheet" href="static/style/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=">
    <link rel="stylesheet" href="static/style/style.css">
    <script src="static/js/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="></script>
    <link rel="icon" type="image/x-icon" href="static/icons/pin.svg">
    <script src="static/js/leaflet-heat.js" defer></script>
  </head>
  <body>
    <div class="wrapper grid">
      <header>
        <img src="static/images/spyoscape.svg" alt="SPYOSCAPE">
      </header>
      <div id="map"></div>
      <ul id="links" class="map-link"></ul>
    </div>
    <script src="static/js/drawmap.js"></script>
    <script src="static/js/wheel-zoom.min.js"></script>
  </body>
</html>