document.addEventListener('DOMContentLoaded', function() {
const targetSection = document.getElementById('target-section');
if (targetSection) {
targetSection.scrollIntoView({
behavior: 'smooth'
});
}
});
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment