Initial commit

This commit is contained in:
Carl Pearson
2024-09-06 10:47:41 -06:00
commit 1720727c9e
15 changed files with 721 additions and 0 deletions

14
templates/home.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>