Files
ytdlp-site/templates/home.html
2024-09-11 05:50:06 -06:00

16 lines
306 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video Downloader</title>
</head>
<body>
<h1>Welcome to Video Downloader</h1>
<a href="/login">Login</a>
<a href="/videos">Videos</a>
</body>
</html>