-
-
Notifications
You must be signed in to change notification settings - Fork 377
1 #396
Copy link
Copy link
Open
Description
sharmashouryayt-sys
opened on Jan 22, 2026
Issue body actions
<script>
const heroText = document.querySelector('.hero h1');
heroText.style.opacity = 0;
window.onload = () => {
heroText.style.transition = "opacity 2s ease";
heroText.style.opacity = 1;
};
</script>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels