Files
ytdlp-site/templates/home.html
2024-09-06 14:53:58 -06:00

14 lines
217 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Video Downloader</title>
</head>
<body>
<h1>Welcome to Video Downloader</h1>
<a href="/login">Login</a>
<!-- <a href="/register">Register</a> -->
</body>
</html>