blob: 506ac432a481d785f92001ce8063276047e8049e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Performance Monitoring</title>
<script type="text/javascript" charset="utf-8">
this.sk = this.sk || {};
this.sk.perf = {{.context}};
</script>
<meta charset="utf-8">
<meta name="theme-color" content="#1f78b4">
<link rel="shortcut icon" href="/res/img/favicon.ico" />
<link rel="manifest" href="/res/manifest.json">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<perf-scaffold-sk>
<explore-sk></explore-sk>
</perf-scaffold-sk>
</body>
</html>