aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
blob: 2f215cb095c0c05653b8e7b1f9a3cdc0513bc7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>