diff --git a/script.js b/script.js deleted file mode 100644 index f495cbf..0000000 --- a/script.js +++ /dev/null @@ -1,9 +0,0 @@ -document.querySelectorAll('a[href^="#"]').forEach(anchor => { - anchor.addEventListener('click', function (e) { - e.preventDefault(); - - document.querySelector(this.getAttribute('href')).scrollIntoView({ - behavior: 'smooth' - }); - }); -}); \ No newline at end of file