blob: 8459cde9c461408a99bf7ce2bf95f2c74fd81c4b [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="/dashboard/static/base.css">
<link rel="import" href="/components/polymer/polymer.html">
<link rel="import" href="/dashboard/elements/alerts-page.html">
<link rel="import" href="/dashboard/elements/load-analytics.html">
<link rel="import" href="/dashboard/elements/nav-bar.html">
<link rel="import" href="/dashboard/static/uri.html">
<style>
#message-bar {
top: 26px;
}
</style>
</head>
<body>
<nav-bar></nav-bar>
<h1>Chrome Performance Alerts</h1>
<overlay-message id="message-bar"></overlay-message>
<alerts-page></alerts-page>
<load-analytics></load-analytics>
<script>
'use strict';
// The Google analytics code assumes there will be a script element to
// inject into in the page. This empty element is used for that.
</script>
</body>
</html>