Added Connected button to show how many connected to the chat

This commit is contained in:
NigeParis 2025-11-24 16:24:27 +01:00 committed by Maix0
parent e530de6ce7
commit b215904cfd
3 changed files with 220 additions and 213 deletions

View file

@ -5,7 +5,7 @@
Chat Box <span id="t-username"></span>
</h1><br>
<button id="b-clear" class="btn-style absolute top-6 right-6">Clear Text</button>
<button id="b-help" class="btn-style absolute top-18 left-6">Help</button>
<button id="b-help" class="btn-style absolute top-18 left-6">Connected</button>
<p>Welcome, <span id="username"></span></p>
<div id="t-chatbox" class="chatbox-style"></div>
</br>