1 thought on “Hello world!”

Comments are closed.

document.addEventListener("DOMContentLoaded", function () { window.addEventListener("load", function () { const loader = document.getElementById("loader-wrapper"); if (loader) { loader.style.display = "none"; } }); });