Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KAKXER committed Apr 28, 2024
1 parent 38b740e commit e66484e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
██╔═██╗ ██╔══██║██╔═██╗ ██╔██╗ ██╔══╝ ██╔══██╗
██║ ██╗██║ ██║██║ ██╗██╔╝ ██╗███████╗██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
Made with ❤️ by KAKXER, Copyright © 2023 All rights of this site are reserved
Made with ❤️ by KAKXER, Copyright © 2024 All rights of this site are reserved
-->
<!DOCTYPE html>
<html>
Expand Down
2 changes: 1 addition & 1 deletion scripts/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function RequestLoadPage() {
$(".container").css("opacity", 1);
}, 400);
}).catch(error => console.error('Error:', error)).finally(() => {
setTimeout(RequestLoadPage, 5000);
setTimeout(RequestLoadPage, 2000);
});
}

Expand Down

0 comments on commit e66484e

Please sign in to comment.