index-main/site/snippets/search-form.php
Julie Blanc 43e50ebc37
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
slider hero
2026-01-08 14:53:08 +01:00

6 lines
No EOL
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>