index.html 463 B

1234567891011121314151617
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  6. <title>Debugcapture client demo</title>
  7. <script src="democapture.js"></script>
  8. </head>
  9. <body>
  10. <h1>Debugcapture client example</h1>
  11. <p>Debug console output, also sent to debug server</p>
  12. <div id="pasjsconsole"></div>
  13. <script>
  14. rtl.run();
  15. </script>
  16. </body>
  17. </html>