blob: 9380a69ce810a07973356447917d219b5caf241c [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 Tucci8afc06d2018-08-06 19:11:42 +010011 <link href='https://fonts.googleapis.com/css?family=Raleway:100,400|Google+Sans:100,400,500|Roboto+Mono|Material+Icons' rel='stylesheet' type='text/css'>
Primiano Tucci3faad742018-05-16 19:30:48 +010012</head>
13<body>
Primiano Tucci21b91bf2018-08-06 16:42:07 +010014 <div class="full-page-loading-screen"></div>
Primiano Tucci3faad742018-05-16 19:30:48 +010015</body>
16</html>
Primiano Tucci21b91bf2018-08-06 16:42:07 +010017<script src="frontend_bundle.js"></script>