Common style, more footers

This commit is contained in:
Carl Pearson
2024-09-20 14:08:09 -06:00
parent 3783c269c5
commit 1446e8b337
7 changed files with 28 additions and 13 deletions

View File

@@ -4,6 +4,8 @@
<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>
@@ -11,6 +13,8 @@
<h1>Welcome to Video Downloader</h1>
<a href="/login">Login</a>
<a href="/videos">Videos</a>
{{template "footer" .}}
</body>
</html>