Backed out changeset 5a2ea27885f0 (bug 1850738) for causing build bustages on gfxUser...
[gecko.git] / toolkit / content / aboutServiceWorkers.xhtml
blobef64b9070b528a5ed11afb19825d4f1cd55d74d4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7 %htmlDTD; ]>
9 <html xmlns="http://www.w3.org/1999/xhtml">
10 <head>
11 <meta
12 http-equiv="Content-Security-Policy"
13 content="default-src chrome:; object-src 'none'"
15 <meta name="color-scheme" content="light dark" />
16 <title data-l10n-id="about-service-workers-title"></title>
17 <link
18 rel="stylesheet"
19 href="chrome://global/skin/in-content/info-pages.css"
20 type="text/css"
22 <link
23 rel="stylesheet"
24 href="chrome://mozapps/skin/aboutServiceWorkers.css"
25 type="text/css"
27 <link rel="localization" href="toolkit/about/aboutServiceWorkers.ftl" />
28 <link rel="localization" href="branding/brand.ftl" />
29 <script src="chrome://global/content/aboutServiceWorkers.js" />
30 </head>
31 <body class="wide-container">
32 <div id="warning_not_enabled" class="warningBackground">
33 <div
34 class="warningMessage"
35 data-l10n-id="about-service-workers-warning-not-enabled"
36 ></div>
37 </div>
38 <div id="warning_no_serviceworkers" class="warningBackground">
39 <div
40 class="warningMessage"
41 data-l10n-id="about-service-workers-warning-no-service-workers"
42 ></div>
43 </div>
44 <div id="serviceworkers" class="tab active">
45 <h1 data-l10n-id="about-service-workers-main-title"></h1>
46 </div>
47 </body>
48 </html>