blob: e56d76f99d05ec7ce3570f6b0e2a66f8a827ad4d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
{{template "header.html" .}}
<title>Skia Alert Rules</title>
</head>
<body>
<style is="custom-style" include="iron-positioning">
app-sk {
--app-sk-main: {
background-color: #FFFFFF;
font-family: sans-serif;
};
--app-sk-toolbar: {
background-color: #88CCEE;
color: #FFFFFF;
font-size: 15px;
font-family: sans-serif;
text-align: center;
};
login-sk{
--login-sk-color: white;
};
}
</style>
<app-sk class="fit">
<h1 toolbar>Skia Alert Rules</h1>
<alerts-menu-sk navigation></alerts-menu-sk>
<rules-sk reload=60></rules-sk>
</app-sk>
</body>
</html>