2024-06-10 09:52:24 +02:00
|
|
|
<form method="post">
|
|
|
|
|
<label for="name">Nom de la playlist</label>
|
|
|
|
|
<input type="text" id="name" name="name" placeholder="name" required>
|
2024-06-17 18:43:13 +02:00
|
|
|
<div class="grid">
|
|
|
|
|
<label for="Description">Déscription
|
|
|
|
|
<input type="text" id="Description" name="Description" placeholder="Description" >
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
2024-06-10 09:52:24 +02:00
|
|
|
<button type="submit">Submit</button>
|
|
|
|
|
</form>
|
|
|
|
|
|