Add Arrived in Chat and Left in chat LoginName
This commit is contained in:
parent
757a436fc6
commit
5031efa866
5 changed files with 123 additions and 86 deletions
|
|
@ -4,7 +4,8 @@
|
|||
<h1 class="text-3xl font-bold text-gray-800">
|
||||
Chat Box <span id="t-username"></span>
|
||||
</h1><br>
|
||||
<button id="b-logout" class="btn-style absolute top-6 right-6">Clear Text</button>
|
||||
<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>
|
||||
<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