Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta name="viewport" content="width=device-width, initial-scale=1">
  5.     <title>WebsSockets</title>
  6.     <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9.     <div id="chatControls">
  10.         <input id="message" placeholder="Type your message">
  11.         <button id="send">Send</button>
  12.     </div>
  13.     <div>
  14.        
  15.     </div>
  16.     <ul id="channellist" class=".nazwa"><!-- Built by JS --></ul>
  17.     <ul id="userlist"> <!-- Built by JS --> </ul>
  18.     <div id="chat">    <!-- Built by JS --> </div>
  19.     <script src="webSocketDemo.js"></script>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement