Skip to content

Commit

Permalink
Merge pull request #651 from hars-21/preloader
Browse files Browse the repository at this point in the history
Preloader added
  • Loading branch information
ayush-t02 authored Jul 29, 2024
2 parents ffae289 + 09382bf commit 962f563
Show file tree
Hide file tree
Showing 15 changed files with 4,683 additions and 4,177 deletions.
1,618 changes: 845 additions & 773 deletions index.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions js/loader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
document.addEventListener("DOMContentLoaded", () => {
setTimeout(() => {
document.getElementById("loader").style.display = "none";
}, 500);
});
Loading

0 comments on commit 962f563

Please sign in to comment.