aboutsummaryrefslogtreecommitdiff
path: root/src/static/index.html
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-04-06 22:23:06 +0200
committeruser <user@node5.net>2024-04-06 22:23:06 +0200
commitfa360829bfe3f04f3e6d9af196dc9fd480864d4b (patch)
treedf04f3a39133d9edb0a46d591d23354849154c67 /src/static/index.html
initial commit - displays voronoi diagram
Diffstat (limited to 'src/static/index.html')
-rw-r--r--src/static/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/static/index.html b/src/static/index.html
new file mode 100644
index 0000000..f7520ed
--- /dev/null
+++ b/src/static/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>HTML 5 Boilerplate</title>
+ <link rel="stylesheet" href="leaflet.css"/>
+ <link rel="stylesheet" href="main.css"/>
+ <!-- Make sure you put this AFTER Leaflet's CSS -->
+ <script src="leaflet.js" defer></script>
+ <script src="main.js" defer></script>
+ </head>
+ <body>
+ <div id="map"></div>
+ </body>
+</html>