21 lines
566 B
HTML
21 lines
566 B
HTML
<!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>TYTD</h1>
|
|
<form action="./api/page" method="post">
|
|
<textarea name="urls" cols="30" rows="10"></textarea>
|
|
<br>
|
|
|
|
<label for="addToServer">Add To Server</label>
|
|
<input type="checkbox" checked name="dl">
|
|
<input type="submit" value="Add/Download">
|
|
</form>
|
|
</body>
|
|
|
|
</html> |