Added a error message when trying to connect without a username or room

This commit is contained in:
abrendan
2024-01-29 20:50:29 +00:00
parent 7f8151dfeb
commit fa1c78031c
3 changed files with 82 additions and 5 deletions

View File

@@ -50,5 +50,9 @@
</div>
<p class="version-number">V2.0.1</p>
</div>
<div id="errorPopup" class="error-popup">
<p id="errorText">Please enter a username and a chatroom.</p>
<button id="errorButton" class="button2" onclick="closeErrorPopup()">Continue</button>
</div>
</body>
</html>