- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / extensions / buildbot / options.html
1 <!doctype html>
2 <html>
3 <head>
4   <title>Chromium Buildbot Monitor Options</title>
5 </head>
6 <body>
7   <h2>Options for Chromium Buildbot Monitor</h2>
8   <br>
9   <label>
10     Use desktop notifications:
11     <input id="notifications" type="checkbox">
12   </label>
13   <br>
14   <label>
15     Username for try job monitoring:
16     <input id="try-job-username" type="text">
17   </label>
18   <script src='prefs.js'></script>
19   <script src='options.js'></script>
20 </body>
21 </html>