Creation de la carte WEB

This commit is contained in:
EpicKiwi 2026-02-18 08:42:41 +01:00
parent 2358e11cd4
commit 7047d50a75
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
9 changed files with 62 additions and 1133 deletions

View file

@ -14,10 +14,21 @@
</header>
<section id="map"></section>
<section id="search-section" hidden>
<style>
#search-section {
background: white;
padding: 15px;
max-width: 300px;
margin-left: 15px;
margin-top: 15px;
border-radius: 5px;
}
</style>
</style>
<section id="search-section">
<form id="search-area">
<label for="search-area-query">Rechercher une zone</label>
<label for="search-area-query">Rechercher une zone</label><br/>
<input type="search" name="query" id="search-area-query" />
<button>Rechercher</button>
</form>