You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
594 B
16 lines
594 B
<!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" /> |
|
<link href="perfetto.css" rel="stylesheet"> |
|
<link rel="icon" type="image/png" href="assets/logo.png"> |
|
<link rel="preload" href="controller_bundle.js" as="script"> |
|
<link rel="preload" href="engine_bundle.js" as="script"> |
|
<link rel="preload" href="trace_processor.wasm" as="fetch"> |
|
</head> |
|
<body> |
|
<div class="full-page-loading-screen"></div> |
|
</body> |
|
</html> |
|
<script src="frontend_bundle.js"></script>
|
|
|