Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / toolkit / content / aboutAbout.xhtml
blob24a7c6d432b3e333e77d7d98639bc1412da7febd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <!-- This Source Code Form is subject to the terms of the Mozilla Public
5 - License, v. 2.0. If a copy of the MPL was not distributed with this
6 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8 <html xmlns="http://www.w3.org/1999/xhtml">
9 <head>
10 <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
11 <title data-l10n-id="about-about-title"></title>
12 <link rel="stylesheet" href="chrome://global/skin/in-content/info-pages.css" type="text/css"/>
13 <link rel="localization" href="toolkit/about/aboutAbout.ftl"/>
14 <script src="chrome://global/content/aboutAbout.js"></script>
16 </head>
18 <body>
19 <div class="container">
20 <h1 data-l10n-id="about-about-title"></h1>
21 <p><em data-l10n-id="about-about-note"></em></p>
22 <ul id="abouts" class="columns"></ul>
23 </div>
24 </body>
25 </html>