blob: e045aa60f2c8df578c5b385c3bb8a8ef4e5e2159 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Chromium Buildbot Monitor Options</title>
<style>
body {
padding: 10px;
}
</style>
</head>
<body>
<label>
Use desktop notifications:
<input id="notifications" type="checkbox">
</label>
<br>
<label>
Username for try job monitoring:
<input id="try-job-username" type="text">
</label>
<script src='prefs.js'></script>
<script src='options.js'></script>
</body>
</html>