✨The Artchive of Natasha Marie✨

exo

Or
[email protected]

* Keep curious and stay safe *

Thank you for taking a look💜

imageContainer.addEventListener('click', function(event) { const x = event.clientX - rect.left; const y = event.clientY - rect.top; if (x > leftBoundary && x < rightBoundary && y > topBoundary && y < bottomBoundary) { window.location.href = ""; } }); // Wait for a short time to let the animation play setTimeout(() => { // Remove the light effect after the animation completes light.remove(); }, 500); } }); });