aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index 2f215cb..0000000
--- a/public/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!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">
-
-<!-- Leaflet -->
-<link rel="stylesheet" href="leaflet/leaflet.css">
-<script src="leaflet/leaflet.js"></script>
-
-<body></body>
-
-<script src="main.js"></script>