aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-11 00:35:36 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-11 20:18:03 +0100
commitfe21d9d8ead10d6541382b55a237b9a4e3e7eb91 (patch)
tree90b1da6fb65606566eb3750cb2ed3a8808dfd716 /index.html
parentf4f72db0076f5d315abd8fa3c2a9e7d1465b889b (diff)
Basemap from Lantmäteriet.
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ce90018
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Exploatering i Norr</title>
+ </head>
+ <body>
+ <div id="map"></div>
+ <script type="module" src="./main.js"></script>
+ </body>
+</html>