Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rovertrack authored Aug 21, 2024
1 parent 727b570 commit 67ec3cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions load.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

document.addEventListener('DOMContentLoaded',(event)=>{
setTimeout(() => {

const lo=document.getElementById('loading3');
const co=document.getElementById('content');

lo.style.display='none';
co.style.display='block';
}, 3000)
})


0 comments on commit 67ec3cb

Please sign in to comment.