Add /videos link to homepage

This commit is contained in:
Carl Pearson
2024-09-11 05:50:06 -06:00
parent e81362b531
commit cb49fcd56f

View File

@@ -10,7 +10,7 @@
<body>
<h1>Welcome to Video Downloader</h1>
<a href="/login">Login</a>
<!-- <a href="/register">Register</a> -->
<a href="/videos">Videos</a>
</body>
</html>