mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
1f00d8d838
Backed out changeset ba750628c4f3 (bug 1218996) Backed out changeset 2205cce34824 (bug 1218996) Backed out changeset 9410cbc0545e (bug 1218996) Backed out changeset 7839222071ac (bug 1218996) --HG-- extra : commitid : Ju4TBTVoAIr
25 lines
709 B
HTML
25 lines
709 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<!DOCTYPE html [
|
|
<!ENTITY % newTabDTD SYSTEM "chrome://browser/locale/newTab.dtd">
|
|
%newTabDTD;
|
|
]>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&newtab.pageTitle;</title>
|
|
<link rel="stylesheet" href="chrome://browser/content/remote-newtab/newTab.css"/>
|
|
</head>
|
|
<body>
|
|
<iframe id="remotedoc"/>
|
|
<script type="text/javascript;version=1.8"
|
|
src="chrome://browser/content/remote-newtab/newTab.js">
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|