| <!doctype html> |
| <html lang="en-us"> |
| <head> |
| <title>Perfetto UI</title> |
| <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> |
| <!-- WebComponents V0 origin trial token for https://ui.perfetto.dev Expires 17 Dec 2020. |
| See https://crbug.com/1021137. --> |
| <meta http-equiv="origin-trial" content="AtzsILqIzNPGftktQTEYxI9GpnqFBuse5uB5n4JQO3Wa1ky4TCKmnXZli0A9g9p7Es7Il9pqarELntnfm0HriwkAAABreyJvcmlnaW4iOiJodHRwczovL3VpLnBlcmZldHRvLmRldjo0NDMiLCJmZWF0dXJlIjoiV2ViQ29tcG9uZW50c1YwIiwiZXhwaXJ5IjoxNjA4MjI2NDQzLCJpc1N1YmRvbWFpbiI6dHJ1ZX0="> |
| <link href="perfetto.css" rel="stylesheet"> |
| <link rel="icon" type="image/png" href="assets/logo.png"> |
| </head> |
| <body> |
| <main> |
| <div class="full-page-loading-screen"></div> |
| </main> |
| <div id="main-modal" aria-hidden="true" class="modal micromodal-slide"></div> |
| </body> |
| </html> |
| <script src="frontend_bundle.js"></script> |