unplugged-system/external/cronet/components/metrics/debug/metrics_internals.html

14 lines
363 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Metrics Internals</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<script type="module" src="metrics_internals.js"></script>
</head>
<body>
<metrics-internals-app></metrics-internals-app>
<script src="app.js" type="module"></script>
</body>
</html>