Ajout des borduresw

This commit is contained in:
EpicKiwi 2026-06-07 22:29:27 +02:00
parent 48aad70993
commit 255c47183d
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
6 changed files with 732 additions and 13 deletions

View file

@ -18,13 +18,13 @@
<hr>
<section id="search-section">
<form id="search-area">
<label for="search-area-query">Rechercher une zone</label><br/>
<input type="search" name="query" id="search-area-query" />
<button>Rechercher</button>
</form>
</section>
<form id="search-section">
<label for="search-area-query">Rechercher une zone</label><br/>
<input type="search" name="query" id="search-area-query" />
<button title="Rechercher" autocomplete="no">
<img src="icons/search.svg" alt="Icone de loupe"/>
</button>
</form>
<camp-bidi-panel id="result-panel" ></camp-bidi-panel>
</body>