summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index a156f3b..46ed508 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -20,6 +20,10 @@
<main>
{{template "content" .}}
</main>
+ <footer>
+ <p><a href="https://github.com/prologic/tube">Tube</a> is CopyRight © 2020 <a href="https://github.com/prologic">James Mills / prologic</a>. All Rights Reserved.</p>
+ <p>All Content herein Public Domain and User Contributed.</p>
+ </footer>
</body>
{{ template "scripts" . }}
</html>