-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 976 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZONALDA</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1 id="header">ZONALDA<span class="desktop">:
<span class="initial">ZON</span>age
<span class="initial">A</span>dé<span class="initial">L</span>ois
<span class="initial">D</span>émontré (aux
<span class="initial">A</span>délois·e·s)</span>
</h1>
<div id="geoloc">
<div>
<button id="locate" title="Géolocalisez-moi!">◎</button>
</div>
<div id="adresse" class="autocomplete-container"></div>
</div>
<div id="info">
<em>les informations apparaîtront ici...</em>
</div>
<div id="map">
</div>
</div>
<script type="module" src="/js/main.ts"></script>
</body>
</html>