OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. --> | 5 found in the LICENSE file. --> |
6 <head> | 6 <head> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <meta name="viewport" content="width=device-width, user-scalable=no"> | 8 <meta name="viewport" content="width=device-width, user-scalable=no"> |
9 <title>Contextual Search First-Run</title> | 9 <title>Contextual Search First-Run</title> |
10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 11 <link rel="stylesheet" href="chrome://resources/css/roboto.css"> |
11 <link rel="stylesheet" href="promo.css"> | 12 <link rel="stylesheet" href="promo.css"> |
12 <script src="chrome://contextual-search-promo/config.js"></script> | 13 <script src="chrome://contextual-search-promo/config.js"></script> |
13 <script src="chrome://contextual-search-promo/promo.js"></script> | 14 <script src="chrome://contextual-search-promo/promo.js"></script> |
14 </head> | 15 </head> |
15 <body> | 16 <body> |
16 <div id="container"> | 17 <div id="container"> |
17 <div class="header-image portrait"></div> | 18 <div class="header-image portrait"></div> |
18 <div id="heading" i18n-content="heading"></div> | 19 <div id="heading" i18n-content="heading"></div> |
19 <div class="header-image landscape"></div> | 20 <div class="header-image landscape"></div> |
20 <div id="description"> | 21 <div id="description"> |
21 <span i18n-content="description-1"></span> | 22 <span i18n-content="description-1"></span> |
22 <a class="colored-link" href="#learn-more" | 23 <a class="colored-link" href="#learn-more" |
23 i18n-content="feature-name"> | 24 i18n-content="feature-name"> |
24 </a> | 25 </a> |
25 <span i18n-content="description-2"></span> | 26 <span i18n-content="description-2"></span> |
26 </div> | 27 </div> |
27 <div id="button-container"> | 28 <div id="button-container"> |
28 <button id="optout-button"> | 29 <button id="optout-button"> |
29 <span class="caption" i18n-content="optOut"></span> | 30 <span class="caption" i18n-content="optOut"></span> |
30 </button> | 31 </button> |
31 <button id="optin-button"> | 32 <button id="optin-button"> |
32 <span class="caption" i18n-content="optIn"></span> | 33 <span class="caption" i18n-content="optIn"></span> |
33 </button> | 34 </button> |
34 </div> | 35 </div> |
35 </div> | 36 </div> |
36 </body> | 37 </body> |
37 </html> | 38 </html> |
OLD | NEW |