Remove redundant links

This commit is contained in:
Carl Pearson
2024-10-14 06:02:05 -06:00
parent 54536bfa3c
commit b58ab5c403
2 changed files with 0 additions and 7 deletions

View File

@@ -24,9 +24,6 @@
</div>
<button type="submit">Download</button>
</form>
<a href="/videos">View Downloaded Videos</a>
<a href="/logout">Logout</a>
{{template "footer" .}}
</body>

View File

@@ -77,10 +77,6 @@
</div>
{{end}}
</div>
<p><a href="/download">Download New Video</a></p>
<p><a href="/logout">Logout</a></p>
{{template "footer" .}}
</body>