aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2022-07-05 21:55:41 +0200
committerJoris2023-01-28 09:35:55 +0100
commit063d8ef9eaf874a941f4459e831057dd0a1b7ddd (patch)
treec4a8b27cb8fdb5d1dc26c560c7483c9593f40dac /public/index.html
parent2936f06576997bffe7903ea840df563a408efc21 (diff)
downloadmap-main.tar.gz
map-main.tar.bz2
map-main.zip
Rewrite in TSmain
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html30
1 files changed, 11 insertions, 19 deletions
diff --git a/public/index.html b/public/index.html
index 143f477..2f215cb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,23 +1,15 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="fr">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
+<title>Map</title>
+<link rel="stylesheet" href="/main.css">
+<link rel="icon" href="/icon.png">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Map</title>
- <link rel="icon" href="icon.png">
- <link rel="stylesheet" href="main.css" />
+<!-- Leaflet -->
+<link rel="stylesheet" href="leaflet/leaflet.css">
+<script src="leaflet/leaflet.js"></script>
- <!-- Font awesome -->
- <link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
+<body></body>
- <!-- Leaflet -->
- <link rel="stylesheet" href="leaflet/leaflet.css">
- <script src="leaflet/leaflet.js"></script>
- </head>
-
- <body>
- <script src="main.js"></script>
- </body>
-
-</html>
+<script src="main.js"></script>