blob: 03c79c8d861bff11d2f89e14cfacef209fb8c649 [file] [log] [blame]
<!DOCTYPE html>
<html>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Contextual Search First-Run</title>
<link rel="stylesheet" href="promo.css">
<script src="chrome://contextual-search-promo/config.js"></script>
<script src="chrome://contextual-search-promo/promo.js"></script>
</head>
<body>
<div id="container">
<img id="header-image" class="portrait" src="header.svg">
<p i18n-content="heading" id="heading"></p>
<div>
<img id="header-image" class="landscape" src="header.svg">
<p id="description">
<span i18n-content="description-1"></span>
<a class="colored-link" href="#learn-more" i18n-content="feature-name"></a>
<span i18n-content="description-2"></span>
</p>
</div>
<div id="button-container">
<span id="optout-label" class="label"><a href="#optout" i18n-content="optOut"></a></span>
<span id="optin-label" class="label"><a href="#optin" i18n-content="optIn"></a></span>
</div>
</div>
</body>
</html>