| Index: chrome/browser/resources/welcome/win10/sectioned/default.html
|
| diff --git a/chrome/browser/resources/welcome/win10/sectioned/default.html b/chrome/browser/resources/welcome/win10/sectioned/default.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..74953d81cafd9bc4f79205daabeebd49be0658bc
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/welcome/win10/sectioned/default.html
|
| @@ -0,0 +1,50 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <title>$i18n{headerText}</title>
|
| +
|
| + <link rel="import" href="chrome://resources/html/cr.html">
|
| + <link rel="import" href="chrome://resources/html/load_time_data.html">
|
| + <link rel="import" href="chrome://resources/html/polymer.html">
|
| + <link rel="import" href="chrome://resources/html/util.html">
|
| + <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
|
| +
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| + <link rel="stylesheet" href="chrome://welcome-win10/welcome.css">
|
| +
|
| + <script src="chrome://welcome-win10/welcome-win10.js"></script>
|
| + <script src="chrome://welcome-win10/default-browser.js"></script>
|
| + <script src="chrome://welcome-win10/strings.js"></script>
|
| +</head>
|
| +<body>
|
| + <div class="content">
|
| + <div class="text">
|
| + <div class="header-logo"></div>
|
| + <p class="heading">$i18n{headerText}</p>
|
| + <div class="section section--expanded">
|
| + <div class="section-heading">
|
| + <p class="section-heading-text">$i18n{defaultBrowserSubheaderText}</p>
|
| + </div>
|
| + <ol class="section-steps">
|
| + <li><a href="#" id="set-default-button">$i18n{openSettingsText}</a></li>
|
| + <li id="section-steps--click-edge"></li>
|
| + <li id="section-steps--select-chrome"></li>
|
| + </ol>
|
| + </div>
|
| + <a href="#" class="button" id="continue-button">$i18n{continueText}</a>
|
| + </div>
|
| + </div>
|
| + <div class="bg">
|
| + <div class="screenshots">
|
| + <div class="screenshot-image screenshot-image--visible" id="screenshot-image--default">
|
| + <div class="screenshot-html-overlay" id="screenshot-html-overlay--browser">
|
| + <p>$i18n{webBrowserLabel}</p>
|
| + </div>
|
| + <div class="screenshot-html-overlay" id="screenshot-html-overlay--edge">
|
| + <p>$i18n{microsoftEdgeLabel}</p>
|
| + </div>
|
| + </div>
|
| + </div>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|