amp.html 699 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello AMP 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. <style>
  11. h1, h3 {
  12. color: #777;
  13. font-family:Arial, Helvetica, sans-serif
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <h1>Websocket - targeting AMP running on http://localhost:8081/amp/websocket</h1>
  19. <h3>
  20. Check the console to see messages after saving operators, games, chains and outlets.
  21. </h3>
  22. </body>
  23. </html>