diff --git a/html/index.html b/html/index.html
index caffd66..e49385f 100644
--- a/html/index.html
+++ b/html/index.html
@@ -100,6 +100,8 @@
Player 2 Name
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";