aboutsummaryrefslogtreecommitdiff
path: root/frontend/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/html/index.html')
-rw-r--r--frontend/html/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/html/index.html b/frontend/html/index.html
new file mode 100644
index 0000000..68fdca5
--- /dev/null
+++ b/frontend/html/index.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="fr">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
+<title>Maps</title>
+<link rel="stylesheet" href="/public/main.css">
+<link rel="icon" href="/public/icon.png">
+
+<body></body>
+
+<script src="/public/main.js"></script>