6 lines
260 B
PHP
6 lines
260 B
PHP
|
|
<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>
|