add links to search
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
<!-- Header avec barre de recherche et icônes -->
|
||||
<div class="header">
|
||||
<div class="search-container">
|
||||
<form action="search.php" method="get">
|
||||
<input type="text" name="q" placeholder="Recherche">
|
||||
<form action="recherche.php" method="get">
|
||||
<input type="text" name="q" placeholder="Rechercher...">
|
||||
<button type="submit"><i class="fas fa-search"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user