Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AJYaBoi authored Aug 5, 2024
1 parent efe294e commit 64fa96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
document.getElementById('redirectMessage').textContent = 'Loading Web Video Player...';
document.getElementById('redirectMessage').classList.remove('hidden');
setTimeout(() => {
window.location.href = '/VideoPlayer/index.html';
window.location.href = '/DVD/VideoPlayer/index.html';
}, 2000); // Delay redirect for 2 seconds to display the message
}
}
Expand Down

0 comments on commit 64fa96e

Please sign in to comment.