[Client] Add join room view

This commit is contained in:
AudricV 2023-01-06 15:55:51 +01:00
parent 6f78b3fc14
commit 01ac22eb12
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -9,7 +9,10 @@
</head>
<body class="game_app">
<div class="join_room_view hidden">
<!-- TODO -->
<h1 class="room_title">Salon</h1>
<input type="text" id="game_username" placeholder="Entrez un pseudo" value="" required="required" maxlength="20">
<button class="action_button" id="join_game_button">Rejoindre</button>
<p class="game_start_failed hidden">Une erreur s'est produite. Réessayez ultérieurement.</p>
</div>
<div class="room_view hidden">
<div class="room_view_container">