blob: 81fd5cf059f6f7d180cfe44771905e6407d56aa1 [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>
{{template "header.html" .}}
</head>
<body>
<perf-scaffold-sk>
<explore-sk></explore-sk>
</perf-scaffold-sk>
</body>
</html>