36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<!doctype html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Aquilenet: Éligibilité FTTH</title>
|
|
<link rel="stylesheet" href="static/style.css"/>
|
|
<script src="static/vendor/leaflet-1.7.1.js"
|
|
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
|
|
crossorigin=""></script>
|
|
<link rel="stylesheet" href="static/vendor/leaflet-1.7.1.css"
|
|
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
|
|
crossorigin=""/>
|
|
<link rel="stylesheet" href="static/vendor/trevorevre-autocomplete-js-style.css"/>
|
|
<script src="static/vendor/trevorevre-autocomplete-js.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<button id="btn-load-elig-data" type="button" disabled>Zoomez sur la carte</button>
|
|
<div class="autocomplete" id="search-addr-autocomplete">
|
|
<input id="search-addr-autocomplete-input" class="autocomplete-input"
|
|
spellcheck="false" autocorrect="off"t e autocomplete="off"
|
|
autocapitalize="off" placeholder="Votre Adresse"/>
|
|
<ul class="autocomplete-result-list"/>
|
|
</div>
|
|
<div id="map"/>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function(event) {
|
|
{% include 'app.js'%}
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|