update delay

This commit is contained in:
Simon Vieille 2025-08-28 14:23:48 +02:00
commit 9ddbfcb05b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -94,8 +94,7 @@ const animate = () => {
}
setInterval(animate, 30000)
setTimeout(animateLogo, 3000)
setTimeout(animateBuymeacoffe, 3000)
setTimeout(animate, 3000)
</script>
</body>
</html>