gecko-dev/toolkit/content/mozilla.xhtml

69 строки
1.7 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):
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, 3:31</title>
<style type="text/css">
html {
background: maroon;
color: white;
font-style: italic;
}
#moztext {
margin-top: 15%;
font-size: 1.1em;
text-align: center;
}
#from {
margin-top: 1em;
font-size: 1.5em;
text-align: right;
}
span {
font-size: 1.3em;
}
</style>
</head>
<body>
<div id="moztext">
And the beast shall be made <span>legion</span>. Its numbers shall
be increased a <span>thousand thousand</span> fold. The din of a
million keyboards like unto a great <span>storm</span> shall cover
the earth, and the followers of Mammon shall <span>tremble</span>.
</div>
<div id="from">
<span>from <b>The Book of Mozilla,</b> 3:31</span><br />
(Red Letter Edition)
</div>
</body>
</html>