-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (23 loc) · 1.33 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
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cadastre solaire OpenSolarMap</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="solar_cadastre.css" />
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
</head>
<body>
<div id="map" style=""></div>
<div id="logo"><a href="https://www.etalab.gouv.fr/opensolarmap" target="_blank" title="OpenSolarMap : le projet"><img src="img/opensolarmap.png" width=25%></a></div>
<div id="social">
<a href="http://www.github.com/opensolarmap" title="Voir le code source sur GitHub"><img src="img/git.png"></a>
<a href="https://www.facebook.com/opensolarmap" title="Page Facebook d'OpenSolarMap"><img src="img/facebook.png"></a>
<a href="http://twitter.com/opensolarmap" title="Compte Twitter d'OpenSolarMap"><img src="img/twitter.png"></a>
<a href="mailto:[email protected]" title="Nous envoyer un email"><img src="img/email.png"></a>
<a href="http://www.votreenergiepourlafrance.fr/1planete-tous-ensemble-pour-le-climat-/" target="_blank"><img src="img/Smile_305x305.png" height=32></a>
</div>
<script src="solar_cadastre.js"></script>
</body>
</html>