blob: 64b3b0d9281ad3e7cc08c81db901ce9c72048e59 [file] [log] [blame]
Samuel Shuert86826b82024-04-27 16:14:20 -04001---
2const today = new Date();
3---
4
Samuel Shuert39632832024-04-29 20:54:19 -04005<footer class="text-text bg-mantle flex justify-center py-4 h-full">
6 &copy; {today.getFullYear()} Samuel Shuert. All rights reserved.
7</footer>