blob: 2a3e345a881ff17f2eee9fae7d129c5fe78f35a0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Chromium Builds</title>
{{template "header.html" .}}
</head>
<body>
<paper-header-panel class="fit">
{{template "titlebar.html" .}}
<div class="content">
<paper-drawer-panel>
<div drawer>
<drawer-sk></drawer-sk>
</div>
<div main class="scrollable">
<section class="left_padded">
<h2>Add a New Chromium Build</h2>
<chromium-builds-sk></chromium-builds-sk>
</section>
</div>
</paper-drawer-panel>
</div>
<paper-toast id="confirm_toast" duration="5000"></paper-toast>
<error-toast-sk></error-toast-sk>
</paper-header-panel>
</body>
</html>