|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
|
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [ |
|
5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > |
|
6 %brandDTD; |
|
7 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> |
|
8 %globalDTD; |
|
9 <!ENTITY % aboutHealthReportDTD SYSTEM "chrome://browser/locale/aboutHealthReport.dtd" > |
|
10 %aboutHealthReportDTD; |
|
11 ]> |
|
12 |
|
13 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
14 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
15 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
16 |
|
17 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
18 <head> |
|
19 <meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
20 <title>&abouthealth.pagetitle;</title> |
|
21 <link rel="icon" type="image/png" sizes="64x64" |
|
22 href="chrome://branding/content/favicon64.png" /> |
|
23 <link rel="stylesheet" |
|
24 href="chrome://browser/skin/aboutHealthReport.css" |
|
25 type="text/css" /> |
|
26 <script type="text/javascript;version=1.8" |
|
27 src="chrome://browser/content/aboutHealthReport.js" /> |
|
28 </head> |
|
29 <body> |
|
30 <iframe id="remote-report"/> |
|
31 </body> |
|
32 </html> |