document.addEventListener('DOMContentLoaded', function() { const targetSection = document.getElementById('target-section'); if (targetSection) { targetSection.scrollIntoView({ behavior: 'smooth' }); } });

scsc

No comments:

Post a Comment