Guest User

Untitled

a guest
Nov 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>WebSocket Example</title>
  5. <script src="client.js"></script>
  6. </head>
  7. <body>
  8. <h1>WebSocket Example</h1>
  9. <p>Open your browser's developer tools to see client/server activity.</p>
  10. </body>
  11. </html>
Add Comment
Please, Sign In to add comment