summaryrefslogtreecommitdiff
path: root/templates/error.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-01-03 09:50:17 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-01-03 09:50:17 -0500
commit5cc4f7bdcf9ffcfbe0745cc66e432fbbf64b6d09 (patch)
tree55119425c8524776341b74006f990b7f55202f1b /templates/error.html
parentbb7a3e6ae48ff608ef8d747a0bef271d825cbf44 (diff)
License added for code and content
Diffstat (limited to 'templates/error.html')
-rwxr-xr-xtemplates/error.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html
index 723fa19..5726ce9 100755
--- a/templates/error.html
+++ b/templates/error.html
@@ -20,5 +20,8 @@
<h1>{{.Code}} {{.Message}}</h1>
</center>
</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>