index.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="icon" href="./playwright-logo.svg" type="image/svg+xml">
  7. <link rel="manifest" href="./manifest.webmanifest">
  8. <title>Playwright Trace Viewer</title>
  9. <script type="module" crossorigin src="./index.4a8ee36e.js"></script>
  10. <link rel="modulepreload" crossorigin href="./assets/wsPort-cb764cde.js">
  11. <link rel="stylesheet" href="./wsPort.9c9a6767.css">
  12. <link rel="stylesheet" href="./index.1a1fe659.css">
  13. </head>
  14. <body>
  15. <div id="root"></div>
  16. <dialog id="fallback-error">
  17. <p>The Playwright Trace Viewer must be loaded over the <code>http://</code> or <code>https://</code> protocols.</p>
  18. <p>For more information, please see the <a href="https://aka.ms/playwright/trace-viewer-file-protocol">docs</a>.</p>
  19. </dialog>
  20. <script>
  21. if (!/^https?:/.test(window.location.protocol))
  22. document.getElementById("fallback-error").show();
  23. </script>
  24. </body>
  25. </html>