OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <html> |
| 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 <head> |
| 7 <meta charset="utf-8"> |
| 8 <meta name="viewport" content="width=device-width, user-scalable=no"> |
| 9 <title>Contextual Search First-Run</title> |
| 10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 11 <link rel="stylesheet" href="promo.css"> |
| 12 <script src="chrome://contextual-search-promo/config.js"></script> |
| 13 <script src="chrome://contextual-search-promo/promo.js"></script> |
| 14 </head> |
| 15 <body> |
| 16 <div id="container"> |
| 17 <div class="header-image portrait"></div> |
| 18 <div id="heading" i18n-content="heading"></div> |
| 19 <div class="header-image landscape"></div> |
| 20 <div id="description"> |
| 21 <span i18n-content="description-1"></span> |
| 22 <a class="colored-link" href="#learn-more" |
| 23 i18n-content="feature-name"> |
| 24 </a> |
| 25 <span i18n-content="description-2"></span> |
| 26 </div> |
| 27 <div id="button-container"> |
| 28 <button id="optout-button"> |
| 29 <span class="caption" i18n-content="optOut"></span> |
| 30 </button> |
| 31 <button id="optin-button"> |
| 32 <span class="caption" i18n-content="optIn"></span> |
| 33 </button> |
| 34 </div> |
| 35 </div> |
| 36 </body> |
| 37 </html> |
OLD | NEW |