amp.html 562 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello WebSocket</title>
  5. <meta charset="UTF-8">
  6. <script src="/node_modules/jquery/dist/jquery.min.js"></script>
  7. <script src="/node_modules/sockjs-client/dist/sockjs.min.js"></script>
  8. <script src="/node_modules/stomp-websocket/lib/stomp.min.js"></script>
  9. <script src="/amp.js"></script>
  10. </head>
  11. <body>
  12. <h1>Websocket - targetting AMP running on http://localhost:8081/amp/websocket</h1>
  13. <h3>
  14. Check the console to see messages after saving games, chains and operators.
  15. </h3>
  16. </body>
  17. </html>