Skip to content

Commit

Permalink
cm
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiML10 committed May 2, 2024
1 parent 32a7084 commit 6d5c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Welcome to The Word Search Game</h1>
<form id="nickForm">
<label for="nickInput">Enter your nickname:</label>
<input type="text" id="nickInput" placeholder="Nickname" required>
<button type="submit">Enter Lobby</button>
<!--<button type="submit">Enter Lobby</button>-->
<p id="error" style="color: red; display: none;">Your nick is already taken, please reenter.</p>
</form>
</div>
Expand Down

0 comments on commit 6d5c952

Please sign in to comment.