website/tesses.cf/apps/tytd/nojs.html

21 lines
765 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TYTD</title>
</head>
<body>
<h1>Youtube Add Video</h1>
<form method="POST" action="download.php">
<input type="hidden" name="site" value="nojs.html">
<input placeholder="Url or Id" type="text" name="url" class="validate">
<br>
<input type="checkbox" name="dlvidtodev"> Download Video To Your Device (From YouTube)<br>
<button class="btn waves-effect waves-light" type="submit" name="add">Add To My Downloader</button>
</button>
</form>
</body>
</html>