blob: 4bb5d13cac072d6969c88150ab77cf87fcf47091 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
{%- template "googleanalytics" . -%}
<title>Skia Performance Monitoring - Alerts</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="shortcut icon" href="/dist/favicon.ico" />
<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>
<revision-info-sk></revision-info-sk>
</perf-scaffold-sk>
</body>
{%- template "cookieconsent" . -%}
</html>