const startButton = document.querySelector("#startScreen button"); startButton.addEventListener("click", ()=>{ window.location.href = 'index.html'; });