new index.php

This commit is contained in:
2024-10-31 16:35:25 +01:00
parent a11aee1d7e
commit fc84a15569
4 changed files with 480 additions and 130 deletions

View File

@ -145,3 +145,4 @@ function scrollToTop() {
document.body.scrollTop = 0; // Pro Safari
document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče
}