Files
Freedom-Loader/index.html
MasterAcnolo 7b93413050 Working V1
2025-06-27 09:47:11 +02:00

18 lines
496 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: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>