This commit is contained in:
parent
6cf52a6703
commit
43e50ebc37
21 changed files with 578 additions and 143 deletions
6
site/snippets/search-form.php
Normal file
6
site/snippets/search-form.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="search-container">
|
||||
<form aria-label="Formulaire de recherche" class="search-form">
|
||||
<span class="icon"><?= svg('assets/icons/search.svg') ?></span>
|
||||
<input type="text" id="search" class="input" placeholder="Rechercher">
|
||||
</form>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue