created /unsupported page and added gcmCompliant to /download page
This commit is contained in:
parent
0d5fb1740d
commit
f5bd332ff8
5 changed files with 26 additions and 15 deletions
11
views/unsupported.handlebars
Normal file
11
views/unsupported.handlebars
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div id="unsupported-browser">
|
||||
<div class="title" data-l10n-id="notSupportedHeader"></div>
|
||||
<div class="description" data-l10n-id="notSupportedDetail"></div>
|
||||
<a id="dl-firefox" href="https://www.mozilla.org/firefox/new/?scene=2" target="_blank">
|
||||
<img src="/resources/firefox_logo-only.svg" id="firefox-logo" alt="Firefox"/>
|
||||
<div id="dl-firefox-text">Firefox<br>
|
||||
<span data-l10n-id="downloadFirefoxButtonSub"></span>
|
||||
</div>
|
||||
</a>
|
||||
<div class="unsupported-description" data-l10n-id="uploadPageExplainer"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue