home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / software / ghostzilla_hit / files / ghostzilla-1.0-plus-install.exe / chrome / toolkit.jar / content / global / mozilla.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-04-09  |  1.7 KB  |  69 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4.  
  5. <!--
  6.    The contents of this file are subject to the Netscape Public License
  7.    Version 1.0 (the "NPL"); you may not use this file except in
  8.    compliance with the NPL.  You may obtain a copy of the NPL at
  9.    http://www.mozilla.org/NPL/
  10.   
  11.    Software distributed under the NPL is distributed on an "AS IS" basis,
  12.    WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  13.    for the specific language governing rights and limitations under the
  14.    NPL.
  15.   
  16.    The Initial Developer of this code under the NPL is Netscape
  17.    Communications Corporation.  Portions created by Netscape are
  18.    Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  19.    Reserved.
  20.    
  21.    Contributor(s):
  22.      Henrik Gemal <mozilla@gemal.dk>
  23.      Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
  24.  -->
  25.  
  26. <html xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <title>The Book of Mozilla, 3:31</title>
  29. <style type="text/css">
  30. html {
  31.   background: maroon;
  32.   color: white;
  33.   font-style: italic;
  34. }
  35.  
  36. #moztext {
  37.   margin-top: 15%;
  38.   font-size: 1.1em;
  39.   text-align: center;
  40. }
  41.  
  42. #from {
  43.   margin-top: 1em;
  44.   font-size: 1.5em;
  45.   text-align: right;
  46. }
  47.  
  48. span {
  49.   font-size: 1.3em;
  50. }
  51. </style>
  52. </head>
  53. <body>
  54.  
  55. <div id="moztext">
  56. And the beast shall be made <span>legion</span>.  Its numbers shall
  57. be increased a <span>thousand thousand</span> fold.  The din of a
  58. million keyboards like unto a great <span>storm</span> shall cover
  59. the earth, and the followers of Mammon shall <span>tremble</span>.
  60. </div>
  61.  
  62. <div id="from">
  63. <span>from <b>The Book of Mozilla,</b> 3:31</span><br />
  64. (Red Letter Edition)
  65. </div>
  66.  
  67. </body>
  68. </html>
  69.