1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/chrome/content/aboutHome.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<!DOCTYPE html [ 1.7 + <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> 1.8 + %htmlDTD; 1.9 + <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > 1.10 + %brandDTD; 1.11 + <!ENTITY % abouthomeDTD SYSTEM "chrome://browser/locale/aboutHome.dtd"> 1.12 + %abouthomeDTD; 1.13 +]> 1.14 + 1.15 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.16 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.17 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.18 + 1.19 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.20 +<head> 1.21 + <title>&abouthome.title;</title> 1.22 +</head> 1.23 +<body> 1.24 +</body> 1.25 +</html>