blob: 5ae3aaad6056b99d646f1846717a735a35d6a742 [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>
<triage-page-sk></triage-page-sk>
</perf-scaffold-sk>
</body>
</html>