Added Connected button to show how many connected to the chat
This commit is contained in:
parent
e530de6ce7
commit
b215904cfd
3 changed files with 220 additions and 213 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue