blob: a768da4840e272d558d037d3fca9710408536e87 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
{{template "header.html" .}}
<title>{{.ProjectName}} AutoRoll Bot</title>
</head>
<body>
<style is="custom-style">
app-sk {
--app-sk-main: {
background-color: #FFFFFF;
font-family: sans-serif;
};
--app-sk-toolbar: {
background-color: #1F78B4;
color: #FFFFFF;
font-size: 15px;
font-family: sans-serif;
text-align: center;
};
}
.fit {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
</style>
<app-sk id="app" class="fit" no_drawer>
<h1 toolbar>{{.ProjectName}} AutoRoll Bot</h1>
<arb-status-sk roll-user="{{.ProjectUser}}"></arb-status-sk>
</app-sk>
</body>
</html>