- <!DOCTYPE HTML>
- <html>
- <head>
- <script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js'></script>
- </head>
- <body>
- <input id='nick'><button id='hi'>hi</button>
- <label><input type='checkbox' id='ready'/>Ready</label>
- <ul id='gamersUL'>
- </ul>
- <script src='index.js'></script>
- </body>
- </html>
|