summaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template.html')
-rwxr-xr-xtemplates/template.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html
index 003a169..17f5dba 100755
--- a/templates/template.html
+++ b/templates/template.html
@@ -24,5 +24,8 @@
<div class="main">
{{.}}
</div>
+ <footer class="LicenseFooter">
+ <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The code for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
+ </footer>
</body>
</html>