| 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="promo.css"> | 11 <link rel="stylesheet" href="promo.css"> |
| 11 <script src="chrome://contextual-search-promo/config.js"></script> | 12 <script src="chrome://contextual-search-promo/config.js"></script> |
| 12 <script src="chrome://contextual-search-promo/promo.js"></script> | 13 <script src="chrome://contextual-search-promo/promo.js"></script> |
| 13 </head> | 14 </head> |
| 14 <body> | 15 <body> |
| 15 <div id="container"> | 16 <div id="container"> |
| 16 <img id="header-image" class="portrait" src="header.svg"> | 17 <img id="header-image" class="portrait" src="header.svg"> |
| 17 <p i18n-content="heading" id="heading"></p> | 18 <p i18n-content="heading" id="heading"></p> |
| 18 <div> | 19 <div> |
| 19 <img id="header-image" class="landscape" src="header.svg"> | 20 <img id="header-image" class="landscape" src="header.svg"> |
| 20 <p id="description"> | 21 <p id="description"> |
| 21 <span i18n-content="description-1"></span> | 22 <span i18n-content="description-1"></span> |
| 22 <a class="colored-link" href="#learn-more" i18n-content="feature-name"><
/a> | 23 <a class="colored-link" href="#learn-more" i18n-content="feature-name"><
/a> |
| 23 <span i18n-content="description-2"></span> | 24 <span i18n-content="description-2"></span> |
| 24 </p> | 25 </p> |
| 25 </div> | 26 </div> |
| 26 <div id="button-container"> | 27 <div id="button-container"> |
| 27 <span id="optout-label" class="label"><a href="#optout" i18n-content="optO
ut"></a></span> | 28 <span id="optout-label" class="label"><a href="#optout" i18n-content="optO
ut"></a></span> |
| 28 <span id="optin-label" class="label"><a href="#optin" i18n-content="optIn"
></a></span> | 29 <span id="optin-label" class="label"><a href="#optin" i18n-content="optIn"
></a></span> |
| 29 </div> | 30 </div> |
| 30 </div> | 31 </div> |
| 31 </body> | 32 </body> |
| 32 </html> | 33 </html> |
| OLD | NEW |