blob: db7abb135dab88893ee304d3c51088886e25d87e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
{%- template "googleanalytics" . -%}
<title>{% if .InstanceName %}{% .InstanceName %} Perf{% else %}Performance Monitoring{% end %}</title>
<script type="text/javascript" charset="utf-8" nonce="{% .Nonce %}">
window.perf = {% .context %};
</script>
<meta charset="utf-8" />
<meta name="theme-color" content="#1f78b4" />
<link rel="icon" href="/dist/images/line-chart.svg?v=2" type="image/svg+xml" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="body-sk font-sk">
<perf-scaffold-sk>
<triage-page-sk></triage-page-sk>
</perf-scaffold-sk>
</body>
{%- template "cookieconsent" . -%}
</html>