Add footer

This commit is contained in:
Dominic Ferrando
2025-04-23 22:07:16 -04:00
parent 71466e8f53
commit f04db77087
5 changed files with 27 additions and 7 deletions
+3
View File
@@ -28,5 +28,8 @@ templ Layout() {
</div>
{ children... }
</body>
<footer>
<p>All trademarks, copyrights, comments, and images on this page are owned by and are the responsibility of their respective parties.</p>
</footer>
</html>
}