Skip to content

Commit

Permalink
Update Redirect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IsMaiLLaBiaDe authored Apr 16, 2024
1 parent 33d1552 commit 9762dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Redirect.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const countdownElement = document.getElementById("countdown");
let timeLeft = 5; // Adjust the initial time (in seconds)
let timeLeft = 0.13; // Adjust the initial time (in seconds)

const redirect = () => {
// Redirect to your desired URL after the timer finishes
Expand Down

0 comments on commit 9762dc2

Please sign in to comment.