Files
Freedom-Loader/index.html
MasterAcnolo c2c69935b1 Push
2025-06-26 20:40:55 +02:00

16 lines
420 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="http://localhost:3000/download" method="POST">
<input type="text" name="url" placeholder="Colle une URL YouTube" required>
<button type="submit">Télécharger</button>
</form>
</body>
</html>