OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <!-- |
| 3 Copyright 2014 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. |
| 6 --> |
| 7 |
| 8 <html> |
| 9 <head> |
| 10 <meta charset="utf-8"> |
| 11 <link rel="stylesheet" href="open_sans.css"> |
| 12 <link rel="stylesheet" href="main.css"> |
| 13 <link rel="stylesheet" href="message_window.css"> |
| 14 <script src="base.js"></script> |
| 15 <script src="message_window.js"></script> |
| 16 <title></title> |
| 17 </head> |
| 18 <body> |
| 19 <h2 id="title"></h2> |
| 20 <p id="infobox" class="information-box"></p> |
| 21 <p id="message"></p> |
| 22 <div class="button-row"> |
| 23 <button id="button-primary"></button> |
| 24 <button id="button-secondary"></button> |
| 25 </div> |
| 26 </body> |
| 27 </html> |
OLD | NEW |