Files
ytdlp-site/templates/home.html
2024-09-20 14:08:09 -06:00

20 lines
427 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/style/common.css">
{{template "footer-css" .}}
<title>Video Downloader</title>
</head>
<body>
<h1>Welcome to Video Downloader</h1>
<a href="/login">Login</a>
<a href="/videos">Videos</a>
{{template "footer" .}}
</body>
</html>