blob: 3c7e9be9fa584ad7481173bb9f8dc4aedc596633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Map</title>
<link rel="stylesheet" href="main.css" />
<!-- Font awesome -->
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Leaflet -->
<link rel="stylesheet" href="leaflet/leaflet.css">
<script src="leaflet/leaflet.js"></script>
</head>
<body>
<script src="main.js"></script>
</body>
</html>
|