Ajout des borduresw
This commit is contained in:
parent
48aad70993
commit
255c47183d
6 changed files with 732 additions and 13 deletions
14
index.html
14
index.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue