Creation de la carte WEB
This commit is contained in:
parent
2358e11cd4
commit
7047d50a75
9 changed files with 62 additions and 1133 deletions
17
index.html
17
index.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue