Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PrakharDoneria authored Dec 26, 2023
1 parent 613f6ec commit 189eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function () {

// Wait for the specified duration and then redirect to home.html
setTimeout(function () {
window.location.href = '/home/';
window.location.href = 'antara-web/home/';
}, splashDuration);

// Add event listener for hover effect on the text
Expand Down

0 comments on commit 189eee2

Please sign in to comment.