Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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/. -->
5 <!DOCTYPE html [
6 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
7 %htmlDTD;
8 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
9 %brandDTD;
10 <!ENTITY % securityPrefsDTD SYSTEM "chrome://browser/locale/preferences/security.dtd">
11 %securityPrefsDTD;
12 <!ENTITY % aboutHealthReportDTD SYSTEM "chrome://browser/locale/aboutHealthReport.dtd">
13 %aboutHealthReportDTD;
14 ]>
16 <html xmlns="http://www.w3.org/1999/xhtml">
17 <head>
18 <title>&abouthealth.pagetitle;</title>
19 <link rel="icon" type="image/png" id="favicon"
20 href="chrome://branding/content/icon32.png"/>
21 <link rel="stylesheet"
22 href="chrome://browser/content/abouthealthreport/abouthealth.css"
23 type="text/css" />
24 <script type="text/javascript;version=1.8"
25 src="chrome://browser/content/abouthealthreport/abouthealth.js" />
26 </head>
27 <body>
28 <iframe id="remote-report"/>
29 </body>
30 </html>