Wed, 31 Dec 2014 06:55:46 +0100
Added tag TORBROWSER_REPLICA for changeset 6474c204b198
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | <!DOCTYPE html [ |
michael@0 | 6 | <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> |
michael@0 | 7 | %htmlDTD; |
michael@0 | 8 | <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> |
michael@0 | 9 | %brandDTD; |
michael@0 | 10 | <!ENTITY % securityPrefsDTD SYSTEM "chrome://browser/locale/preferences/security.dtd"> |
michael@0 | 11 | %securityPrefsDTD; |
michael@0 | 12 | <!ENTITY % aboutHealthReportDTD SYSTEM "chrome://browser/locale/aboutHealthReport.dtd"> |
michael@0 | 13 | %aboutHealthReportDTD; |
michael@0 | 14 | ]> |
michael@0 | 15 | |
michael@0 | 16 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 17 | <head> |
michael@0 | 18 | <title>&abouthealth.pagetitle;</title> |
michael@0 | 19 | <link rel="icon" type="image/png" id="favicon" |
michael@0 | 20 | href="chrome://branding/content/icon32.png"/> |
michael@0 | 21 | <link rel="stylesheet" |
michael@0 | 22 | href="chrome://browser/content/abouthealthreport/abouthealth.css" |
michael@0 | 23 | type="text/css" /> |
michael@0 | 24 | <script type="text/javascript;version=1.8" |
michael@0 | 25 | src="chrome://browser/content/abouthealthreport/abouthealth.js" /> |
michael@0 | 26 | </head> |
michael@0 | 27 | <body> |
michael@0 | 28 | <iframe id="remote-report"/> |
michael@0 | 29 | </body> |
michael@0 | 30 | </html> |
michael@0 | 31 |