1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-09 16:05:35 +00:00

Ajoute un bouton de réinitialisation du champ

This commit is contained in:
Antoine
2016-08-05 12:38:37 +02:00
parent f8c64f41be
commit 6490efeee1
4 changed files with 48 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
<form action="index.html" method="post">
<label for="filter">Filtrer les sons</label>
<input type="text" name="s" value="" id="filter" placeholder="Ex. : Perceval">
<input type="reset" value="Réinitialiser" class="btn-reset invisible">
<input type="submit" name="submit" value="Filtrer" class="btn">
</form>