main.js 171 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 function moveSquartPage() { location.href = "/squart"; } const movePage = document.getElementById("moveSquart") movePage.addEventListener('click', moveSquartPage);