diff --git a/index.html b/index.html index 69b57ece..fd956a6a 100644 --- a/index.html +++ b/index.html @@ -662,4 +662,119 @@

Follow Us

+ + + + + document.addEventListener("DOMContentLoaded", function () { + setTimeout(function () { + document.querySelector("body").classList.add("loaded"); + }, 500) +}); + + + + + Toggle Dark Mode + + + +
+ + +
+ + + \ No newline at end of file