From 540fd259c580b862a9a490bcbdad42def5074502 Mon Sep 17 00:00:00 2001 From: Aryan-Darji-07 <160403235+Aryan-Darji-07@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:28:54 +0530 Subject: [PATCH] script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 4839560..ef2097c 100644 --- a/script.js +++ b/script.js @@ -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