Merge branch 'main' of grond.iut-fbleau.fr:keraudre/SAE_DEV2.2_2024

This commit is contained in:
2024-06-19 13:08:14 +02:00
3 changed files with 16 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
</form>
</ul>
<form action="<?= site_url('Artistes/search'); ?>" method="get" class="search-form">
<input type="text" name="query" placeholder="Chercher des albums" class="search-input">
<input type="text" name="query" placeholder="Chercher des artistes" class="search-input">
<button type="submit" class="search-button">Rechercher</button>
</form>