Skip to content

Commit

Permalink
Update colour.html
Browse files Browse the repository at this point in the history
Signed-off-by: Shahzal Rehman <[email protected]>
  • Loading branch information
Shahzal-Rehman authored Aug 13, 2024
1 parent 01861fb commit 08fc903
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/my/colour.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,7 @@
}
});

// JavaScript to control the display after 10 seconds
setTimeout(function () {
document.getElementById('neonText').style.display = 'none';
document.getElementById('mlsapro').style.display = 'block';
}, 10000);


// Creating random neon sparks
function createNeonSparks(numSparks) {
Expand Down

0 comments on commit 08fc903

Please sign in to comment.