View Image Source
<div id="chat-container">
  <ul id="chat-box">
    <!-- Chat messages will be appended here -->
  </ul>
  <input type="text" id="chat-input" placeholder="Type your message here...">
  <button id="send-button">Send</button>
</div>