Html程序  |  32行  |  683 B

<!DOCTYPE html>
<!--
Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<title>Metrics debugger</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<link rel="import" href="/components/polymer/polymer.html">
<link rel="import" href="/tracing/ui/metrics_debugger_app.html">

<style>
  html,
  body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
  }
</style>

</head>
<body>
  <tracing-ui-metrics-debugger-app>
  </tracing-ui-metrics-debugger-app>
</body>
</html>