Ajout du moteur de recherche dans le header

This commit is contained in:
Loic Masi
2026-03-10 21:38:40 +01:00
parent ae1ee725a9
commit 47b3c0bdd7
12 changed files with 334 additions and 93 deletions

View File

@@ -62,10 +62,13 @@
</ul>
<!-- Barre de recherche -->
<form class="d-flex">
<form class="d-flex" asp-controller="Recherche" asp-action="Index" method="post">
<div class="input-group">
<div class="form-outline">
<input class="form-control me-2" type="search" placeholder="Trouver un artiste / titre">
<input class="form-control me-2"
type="search"
name="mot"
placeholder="Trouver un artiste, un titre ou un style">
</div>
<button class="btn btn-primary" type="submit">
<i class="fa-solid fa-magnifying-glass"></i>
@@ -75,4 +78,4 @@
</div>
</div>
</nav>
</header>
</header>