Cite countdown
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 09:54:50 -06:00
parent 1530eb6905
commit a16924413f
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -155,6 +155,7 @@
</markdown>
<p>Join the fray, and become the best person you can be <span id="c0re-countup"></span> ago!</p>
<script>
// Code from https://www.w3schools.com/howto/howto_js_countdown.asp
// Set the date we're counting down to
var countDownDate = new Date("March 7, 2025").getTime();