blob: ad3d3693ef3b425d6c341133d59d2d08a2d4c3f0 [file] [log] [blame]
Primiano Tucci3faad742018-05-16 19:30:48 +01001<!doctype html>
2<html lang="en-us">
3<head>
Hector Dearmandaca6cd2018-07-11 12:55:34 +01004 <title>Perfetto UI</title>
Primiano Tucci21b91bf2018-08-06 16:42:07 +01005 <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
Hector Dearmandaca6cd2018-07-11 12:55:34 +01006 <link href="perfetto.css" rel="stylesheet">
Deepanjan Roy6e4fe9d2018-09-12 14:03:27 -04007 <link rel="icon" type="image/png" href="assets/logo.png">
Hector Dearman95e32b22018-07-23 08:37:14 +01008 <link rel="preload" href="controller_bundle.js" as="script">
9 <link rel="preload" href="engine_bundle.js" as="script">
Hector Dearmane8450742018-08-31 14:36:51 +010010 <link rel="preload" href="trace_processor.wasm" as="fetch">
Primiano Tucci3faad742018-05-16 19:30:48 +010011</head>
12<body>
Primiano Tucci21b91bf2018-08-06 16:42:07 +010013 <div class="full-page-loading-screen"></div>
Primiano Tucci3faad742018-05-16 19:30:48 +010014</body>
15</html>
Primiano Tucci21b91bf2018-08-06 16:42:07 +010016<script src="frontend_bundle.js"></script>