-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 2.02 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Gespot</title>
<meta name="description" content="Application française de description des supports des réseaux telecoms et électriques aériens" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@InfosReseaux" />
<meta name="twitter:creator" content="@InfosReseaux" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="Application française de description des supports des réseaux telecoms et électriques aériens" />
<meta property="og:title" content="Gespot" />
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.openstreetmap.fr/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '7']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<noscript>You must have Javascript enabled to view Gespot</noscript>
<div id="container" style="display:none">
<header>
<div class="float-left text-left">
<div class="float-left mr-2 mb-1"><img src="img/frise.svg" alt="Logo" height="35"/></div>
<h1>Gespot</h1>
<div class="d-inline-block ml-2"><a class="text-secondary" href="/about-fr.html">A propos</a> – <a class="text-secondary" href="/legal.html">Mentions légales</a></div>
<div style="clear:left;">Gérer les poteaux en commun. Les explications <a href="http://peertube.openstreetmap.fr/w/pTsdU23amy9FX88mgyxBwR" target="_blank">en vidéo</a>.</div>
</div>
</header>
<div id="map"></div>
</div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>