1 2 3 4 5
document.addEventListener("DOMContentLoaded", () => { $("#nav-home-button").click(() => { window.location.replace("/index.html"); }); });