From 09aa3dc43ebdef56a7c439f9200cffd944a80a06 Mon Sep 17 00:00:00 2001 From: "Lorenzo O. Zimbres" <97912499+LoriaLawrenceZ@users.noreply.github.com> Date: Thu, 31 Aug 2023 02:29:32 -0300 Subject: [PATCH] Update index.js --- js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});