|
| 1 | +<!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | + - License, v. 2.0. If a copy of the MPL was not distributed with this file, |
| 3 | + - You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 4 | + |
| 5 | +<!doctype html> |
| 6 | +<html> |
| 7 | + <head> |
| 8 | + <meta charset="utf-8"> |
| 9 | + <meta name="color-scheme" content="light dark"> |
| 10 | + <meta http-equiv="Content-Security-Policy" content="default-src 'none'; object-src 'none'; script-src resource: chrome:; media-src resource: chrome:; connect-src https:; img-src https: data: blob:; style-src resource: chrome:;"> |
| 11 | + <title data-l10n-id="onboarding-welcome-header"></title> |
| 12 | + <link rel="icon" type="image/png" href="chrome://branding/content/icon32.png"> |
| 13 | + <link rel="stylesheet" href="chrome://global/skin/in-content/common.css"> |
| 14 | + <link rel="stylesheet" href="chrome://activity-stream/content/aboutwelcome/pulse.css"> |
| 15 | + <link rel="localization" href="branding/brand.ftl"/> |
| 16 | + <link rel="localization" href="browser/branding/sync-brand.ftl"/> |
| 17 | + <link rel="localization" href="browser/branding/brandings.ftl"/> |
| 18 | + <link rel="localization" href="browser/newtab/onboarding.ftl"/> |
| 19 | + |
| 20 | + <link rel="localization" href="browser/welcome.ftl" /> |
| 21 | + </head> |
| 22 | + <body> |
| 23 | + <div id="root"> |
| 24 | + <div class="grid-container"> |
| 25 | + <div class="grid-item"> |
| 26 | + <h1 data-l10n-id="welcome-dialog-welcome"></h1> |
| 27 | + <p data-l10n-id="welcome-page-description"></p> |
| 28 | + <div class="version-container"> |
| 29 | + <div> |
| 30 | + <img class="logo" src="chrome://branding/content/about-logo.png"/> |
| 31 | + </div> |
| 32 | + <div> |
| 33 | + <h3 data-l10n-id="welcome-page-version"></h3> |
| 34 | + <p data-l10n-id="welcome-page-other-downloads"></p> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + </div> |
| 38 | + <div class="grid-item"><img class="preview" src="chrome://activity-stream/content/aboutwelcome/browser-preview.png"></div> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </body> |
| 42 | +</html> |
0 commit comments