mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
f1357463fd
- 219191, 219192 - localize Download Options FE by placing strings in string bundles. Patch by Mike Connor. - 219222 - use the new about:mozilla screen. patch by Steffen Wilberg.
78 lines
1.9 KiB
HTML
78 lines
1.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<!--
|
|
The contents of this file are subject to the Netscape Public License
|
|
Version 1.0 (the "NPL"); you may not use this file except in
|
|
compliance with the NPL. You may obtain a copy of the NPL at
|
|
http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
for the specific language governing rights and limitations under the
|
|
NPL.
|
|
|
|
The Initial Developer of this code under the NPL is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
Reserved.
|
|
|
|
Contributor(s):
|
|
Neil Deakin <enndeakin@sympatico.ca>
|
|
Henrik Gemal <mozilla@gemal.dk>
|
|
Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
|
|
-->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>The Book of Mozilla, 7:15</title>
|
|
<style type="text/css">
|
|
html {
|
|
background: maroon;
|
|
color: white;
|
|
font-style: italic;
|
|
}
|
|
|
|
#moztext {
|
|
margin-top: 15%;
|
|
font-size: 1.1em;
|
|
font-family: serif;
|
|
text-align: center;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
#from {
|
|
font-size: 1.95em;
|
|
font-family: serif;
|
|
text-align: right;
|
|
}
|
|
|
|
em {
|
|
font-size: 1.3em;
|
|
line-height: 0;
|
|
}
|
|
|
|
.f {
|
|
padding-left: .2ex;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p id="moztext">
|
|
And so at last the beast <em class="f">fell</em> and the unbelievers rejoiced.
|
|
But all was not lost, for from the ash rose a <em>great bird</em>.
|
|
The bird gazed down upon the unbelievers and cast <em class="f">fire</em>
|
|
and <em>thunder</em> upon them. For the beast had been
|
|
<em>reborn</em> with its strength <em>renewed</em>, and the
|
|
followers of <em>Mammon</em> cowered in horror.
|
|
</p>
|
|
|
|
<p id="from">
|
|
from <strong>The Book of Mozilla,</strong> 7:15
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|