diff --git a/js/index.js b/js/index.js index 60995c5..7dff82a 100644 --- a/js/index.js +++ b/js/index.js @@ -13,8 +13,8 @@ document.addEventListener("DOMContentLoaded", () =>{ window.location.reload(); } else{ - window.location.href = "/html/jogoDaVelha.html"; + window.location.href = "./html/jogoDaVelha.html"; } }); }); -}); \ No newline at end of file +});