document.getElementById("goToHomeButton").addEventListener('click', () => {
window.location.href = "/"
})