index.html 378 B

123456789101112131415
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js'></script>
  5. </head>
  6. <body>
  7. <input id='nick'><button id='hi'>hi</button>
  8. <label><input type='checkbox' id='ready'/>Ready</label>
  9. <ul id='gamersUL'>
  10. </ul>
  11. <script src='index.js'></script>
  12. </body>
  13. </html>