blob: 8f65526a95d765a0f7e8a4074be36d80dfb60d32 [file] [log] [blame]
<!doctype html>
<!-- Copyright (c) 2012 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. -->
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<title>$i18n{pageTitle}</title>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="set_as_default_browser.js"></script>
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<link rel="stylesheet" href="set_as_default_browser.css">
</head>
<body>
<div id="metro-setup-outer-container">
<div id="metro-setup-overlay" class="page">
<div>
<div class="content-area">
<h1>$i18n{flowTitle}</h1>
<h2>$i18n{flowDescription}</h2>
</div>
<div id="metro-action-box" class="content-area">
<div class="button-strip">
<button id="launch-button" class="custom-appearance">
$i18n{flowNext}
</button>
</div>
</div>
</div>
</div>
<div id="chrome-logo-box">
<img src="chrome-logo-faded.png" alt="$i18n{chromeLogoString}">
</div>
</div>
</body>
</html>