Working V1

This commit is contained in:
MasterAcnolo
2025-06-27 09:47:11 +02:00
parent c2c69935b1
commit 7b93413050
3 changed files with 65 additions and 14 deletions

View File

@@ -7,10 +7,12 @@
</head>
<body>
<form action="http://localhost:3000/download" method="POST">
<form action="http://localhost:8080/download" method="POST">
<input type="text" name="url" placeholder="Colle une URL YouTube" required>
<input type="checkbox" name="format" value="mp3" id="format"> MP3?
<button type="submit">Télécharger</button>
</form>
</body>
</html>