blob: 8c79b5ff99d7f25c6206c53f9c5e608a820a7417 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!DOCTYPE html
[
<!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
%mozillaDTD;
<!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
%directionDTD;
]>
<!-- 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/. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset='utf-8' />
<title>&chronicles.title.55.2;</title>
<link rel="stylesheet" href="chrome://global/content/mozilla.css"
type="text/css"/>
</head>
<body dir="&locale.dir;">
<section>
<p id="moztext">
&chronicles.quote.55.2;
</p>
<p id="from">
&chronicles.from.55.2;
</p>
</section>
</body>
</html>
|