countdown

This commit is contained in:
Rainer 2025-04-30 00:26:28 +02:00
parent ccd7982e66
commit 8b41b6ccd1

View file

@ -26,6 +26,6 @@ function startCountdown() {
}, 4000); }, 4000);
setTimeout(() => { setTimeout(() => {
window.location.href = "/rennen"; window.location.href = "/rennansicht";
}, 7000); }, 7000);
} }