-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Carte élections - Résultats vivant à l'étranger - 1er tour</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="dist/style.min.css">
</head>
<body>
<div id="map">
</div>
<div id="panel"></div>
<span class="credit map">Données du Ministère de l'intérieur <img src="assets/ministere.png" alt="Logo Ministère de l'Intérieur"></span>
<div class="loading-box">
<div class="loader"></div>
<div class="progress">0%</div>
<span class="credit">Made with <img src="assets/heart-32.png"
alt="love" height="20" width="20" style="vertical-align: top;"> by Clément Lamoureux</span>
</div>
<script src="dist/map-elections.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBaz-BC0hlgcy6uIuLAz8ibpnd-NRIbyrw&callback=MapElections.InitMap"></script>
<script src="https://googlemaps.github.io/js-rich-marker/src/richmarker.js"></script>
</body>
</html>