feat: add footer with copyright notice

This commit is contained in:
sha
2025-12-28 02:19:37 +02:00
parent 91c36fe8d2
commit 801f014c02
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -76,6 +76,10 @@
</div>
</div>
<footer class="footer">
<p>&copy; shadoll</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>