ajout connexion,ajout playlist, ajout chanson dans playlist, ajout filtre et tri pour chanson et album

This commit is contained in:
2024-06-10 09:52:24 +02:00
parent bdec7abeea
commit ceb305ab7d
17 changed files with 748 additions and 59 deletions

View File

@@ -0,0 +1,14 @@
<form method="post">
<!-- Markup example 2: input is after label -->
<label for="name">Nom de la playlist</label>
<input type="text" id="name" name="name" placeholder="name" required>
<div class="grid">
<label for="text">Déscription
<input type="text" id="Description" name="Description" placeholder="Description" >
</label>
</div>
<!-- Button -->
<button type="submit">Submit</button>
</form>