add name input
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
<h1 class="text-3xl font-bold mb-6">🧊 Iceberg Dashboard</h1>
|
||||
|
||||
<form action="/add" method="POST" class="mb-10">
|
||||
<input type="text" name="name" placeholder="Nom Produit..." class="p-2 rounded bg-gray-800 border border-gray-700 w-1/2">
|
||||
<input type="text" name="link" placeholder="Lien Amazon..." class="p-2 rounded bg-gray-800 border border-gray-700 w-1/2">
|
||||
<button type="submit" class="bg-blue-600 px-4 py-2 rounded">Ajouter</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user