aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
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>