Files
ytdlp-site/templates/home.html
Carl Pearson 1720727c9e Initial commit
2024-09-06 10:47:41 -06:00

14 lines
208 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>