mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
18 lines
496 B
HTML
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> |