Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / content / aboutAbout.html
blobab955bc27bf8a0bf1f28d12d92be80991e743d17
1 <!DOCTYPE html>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <meta charset="utf-8" />
10 <meta name="color-scheme" content="light dark" />
11 <meta
12 http-equiv="Content-Security-Policy"
13 content="default-src chrome:; object-src 'none'"
15 <title data-l10n-id="about-about-title"></title>
16 <link
17 rel="stylesheet"
18 href="chrome://global/skin/in-content/info-pages.css"
20 <link rel="localization" href="toolkit/about/aboutAbout.ftl" />
21 <link
22 rel="icon"
23 type="image/png"
24 href="chrome://branding/content/icon32.png"
26 <script src="chrome://global/content/aboutAbout.js"></script>
27 </head>
29 <body>
30 <div class="container">
31 <h1 data-l10n-id="about-about-title"></h1>
32 <p><em data-l10n-id="about-about-note"></em></p>
33 <ul id="abouts" class="columns"></ul>
34 </div>
35 </body>
36 </html>