☺️
All checks were successful
ci/woodpecker/push/deploy-rsync Pipeline was successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
ci/woodpecker/push/deploy-cloudflare Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-05-03 16:28:31 +02:00
parent d71cc2cbe9
commit 0dee818950
Signed by: adoralaura
SSH key fingerprint: SHA256:3XrkbR8ikAZJVtYfaUliX1MhmJYVAe/ocIb/MiDHBJ8
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
^-^ <a id="inconspicuous-timer-a" href="/images/curious_cat.jpg" ><i id="inconspicuous-timer"></i></a> ^-^ <a id="inconspicuous-timer-a" href="/images/secret.jpg" ><i id="inconspicuous-timer"></i></a>
<script> <script>
// Set the date we're counting up from // Set the date we're counting up from
@ -17,13 +17,12 @@
var days = Math.floor(distance % (1000 * 60 * 60 * 24 * 365) / (1000 * 60 * 60 * 24)); var days = Math.floor(distance % (1000 * 60 * 60 * 24 * 365) / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
var text = "" var text = ""
if (years != 0) { if (years != 0) {
text = years + "y " + days + "d " + hours + "h " + minutes + "m " + seconds + "s" text = years + "y " + days + "d " + hours + "h " + minutes + "m "
} else { } else {
text = days + "d " + hours + "h " + minutes + "m " + seconds + "s" text = days + "d " + hours + "h " + minutes + "m "
} }
timerElement.innerHTML = text; timerElement.innerHTML = text;
} }

View file

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB