fix countdown

master
xwashere 2024-07-13 00:54:22 -04:00
parent acb292e73b
commit 9f0fe1ce86
Signed by: XWasHere
GPG Key ID: 042F8BFA1B0EF93B
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</main>
<script>
function go() {
const date = Date.parse("2025-08-17T00:00:00.000Z");
const reckoning = Date.parse("2025-08-17T00:00:00.000Z");
const countdown = document.getElementById('c');