Adds test counter to footer.

This commit is contained in:
2025-07-10 15:03:09 -07:00
parent f82fe9206f
commit 80ea47644c

View File

@@ -4,6 +4,10 @@ const today = new Date();
<footer> <footer>
&copy; {today.getFullYear()} Periodic. All rights reserved. &copy; {today.getFullYear()} Periodic. All rights reserved.
<script
data-goatcounter="https://goatcounter.terakoda.com/count"
async
src="https://www.terakoda.com/count.js"></script>
</footer> </footer>
<style> <style>
footer { footer {