commit cdaf418facdde281dace6d54b0c551a8522fabeb (patch)
parent 54ec15f7f7a34f379c84425188770e1ea3da1765
Author: Alex Karle <alex@alexkarle.com>
Date: Sun, 6 Nov 2022 17:13:31 -0500
footer: Add footer to license page
How many pages can I have before I need a templating / build step?
Let's find out :)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/license.html b/license.html
@@ -31,5 +31,6 @@
<p>
Photos and content are not open sourced (all rights reserved).
</p>
+ <footer>Copyright 2022, Alex Karle (<a href="license.html">License</a>)</footer>
</body>
</html>