Initial commit
This commit is contained in:
18
templates/download.html
Normal file
18
templates/download.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Download Video</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Download Video</h1>
|
||||
<form method="POST">
|
||||
<input type="url" name="url" placeholder="Video URL" required>
|
||||
<button type="submit">Download</button>
|
||||
</form>
|
||||
<a href="/videos">View Downloaded Videos</a>
|
||||
<a href="/logout">Logout</a>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user