Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TresEberle authored Apr 30, 2024
1 parent 37a652b commit e4afbba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ <h2> Player 2 Name</h2>
console.log('Connected to server');
const lobbyPage = document.querySelector(".lobby-page");
lobbyPage.style.display = "none";
const gamePage = document.querySelector(".game-page");
gamePage.style.display = "none";
/*
const gamePage = document.querySelector(".game-page");
gamePage.style.display = "none";
Expand Down

0 comments on commit e4afbba

Please sign in to comment.