You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
241 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>WebSocket Echo Test</title>
  5. <script type="text/javascript" src="/Js/echotest.js">
  6. </script>
  7. </head>
  8. <body>
  9. <h2>WebSocket Echo Test</h2>
  10. <div id="output"></div>
  11. </body>
  12. </html>