Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / instant / instant.html
blob0482eca02db22a71687a032c41c1cc7fc2197300
1 <!doctype html>
2 <html>
3 <!--
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
6 found in the LICENSE file.
7 -->
8 <head>
9 <meta charset="utf-8">
10 <title>Instant preferences</title>
11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
12 <link rel="stylesheet" href="instant.css">
13 <script src="instant.js"></script>
14 </head>
15 <body>
16 <h2>Instant preferences</h2>
17 <hr>
18 <div id="instant-form"></div>
19 <div class="buttons-pane">
20 <button id="save-button">Save</button>
21 </div>
22 <hr/>
23 <div>
24 <h2>Instant Event Log</h2>
25 <button id="clear-button">Clear</button><br><br>
26 <div id="instant-debug-info"></div>
27 </div>
28 </body>
29 </html>