Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LoriaLawrenceZ authored Aug 31, 2023
1 parent ffa8df8 commit 09aa3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ document.addEventListener("DOMContentLoaded", () =>{
window.location.reload();
}
else{
window.location.href = "/html/jogoDaVelha.html";
window.location.href = "./html/jogoDaVelha.html";
}
});
});
});
});

0 comments on commit 09aa3dc

Please sign in to comment.