OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright 2012 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. | 6 found in the LICENSE file. |
7 --> | 7 --> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title>Instant preferences</title> | 10 <title>Instant preferences</title> |
11 <link rel="stylesheet" href="instant.css"> | 11 <link rel="stylesheet" href="instant.css"> |
12 <script src="instant.js"></script> | 12 <script src="instant.js"></script> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <h2>Instant preferences</h2> | 15 <h2>Instant preferences</h2> |
16 <hr> | 16 <hr> |
17 <div id="instant-form"></div> | 17 <div id="instant-form"></div> |
18 <div class="buttons-pane"> | 18 <div class="buttons-pane"> |
19 <button id="reset-button">Reset</button> | 19 <button id="reset-button">Reset</button> |
20 <button id="save-button">Save</button> | 20 <button id="save-button">Save</button> |
21 </div> | 21 </div> |
22 <hr/> | 22 <hr/> |
23 <div> | 23 <div> |
24 <h2>Instant Event Log</h2> | 24 <h2>Instant Event Log</h2> |
25 <div id="instant-debug-info"></div> | 25 <div id="instant-debug-info"></div> |
26 </div> | 26 </div> |
27 </body> | 27 </body> |
28 </html> | 28 </html> |
OLD | NEW |