Skip to content

Commit

Permalink
404.html redirect to home not working bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaiqSAS committed Feb 4, 2025
1 parent d9fcd89 commit 0af8621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
i--;
setTimeout(updateCountdown, 1000);
} else {
window.location. = 'https://saaiqsas.github.io';
window.location = 'https://saaiqsas.github.io';
}
}
updateCountdown();
Expand Down

0 comments on commit 0af8621

Please sign in to comment.