Hello world! – My Blog
0%
itemtype='https://schema.org/Blog' itemscope='itemscope' class="wp-singular post-template-default single single-post postid-1 single-format-standard wp-theme-astra ast-desktop ast-narrow-container ast-separate-container ast-no-sidebar astra-4.8.10 ast-blog-single-style-1 ast-single-post ast-inherit-site-logo-transparent ast-hfb-header ast-normal-title-enabled elementor-default elementor-kit-6">

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thought on “Hello world!”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
document.addEventListener("DOMContentLoaded", () => { let count = 0; const counter = document.getElementById("count"); const preloader = document.getElementById("preloader"); const interval = setInterval(() => { if (count < 100) { count++; counter.textContent = count; } else { clearInterval(interval); preloader.style.opacity = "0"; setTimeout(() => { preloader.style.display = "none"; }, 500); document.body.classList.remove("loading"); } }, 20); // Adjust speed here }); document.body.classList.add("loading");