do you really want to know who i am?
> // Wait 2 seconds, then redirect setTimeout(() => { window.location.href = "/realabout.html"; // change this to your real next page }, 2000); // 2000ms = 2 seconds }); document.getElementById('intro-screen').style.display = 'none'; document.getElementById('about-content').style.display = 'block'; };