Skip to content

Commit

Permalink
script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Darji-07 authored Feb 18, 2024
1 parent e2db52c commit 540fd25
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 @@ -3,7 +3,7 @@ document.addEventListener("DOMContentLoaded", function () {
document.getElementById("splashScreen").style.display = "none";
document.getElementById("mainContent").style.display = "block";
}, 4000); // 4000 milliseconds

document.getElementById('playButton').addEventListener('click', function(event) {
event.preventDefault(); // Prevent the default link behavior

Expand Down

0 comments on commit 540fd25

Please sign in to comment.