Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / toolkit / content / mozilla.xhtml
blob0794b7489c2a05db7f70966b4c2315c159bf9618
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"
5 <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
6 %mozillaDTD;
7 <!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
8 %directionDTD;
9 ]>
11 <!-- ***** BEGIN LICENSE BLOCK *****
12 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
14 - The contents of this file are subject to the Mozilla Public License Version
15 - 1.1 (the "License"); you may not use this file except in compliance with
16 - the License. You may obtain a copy of the License at
17 - http://www.mozilla.org/MPL/
19 - Software distributed under the License is distributed on an "AS IS" basis,
20 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
21 - for the specific language governing rights and limitations under the
22 - License.
24 - The Original Code is mozilla.org Code.
26 - The Initial Developer of the Original Code is
27 - Netscape Communications Corporation.
28 - Portions created by the Initial Developer are Copyright (C) 1998
29 - the Initial Developer. All Rights Reserved.
31 - Contributor(s):
32 - Neil Deakin <enndeakin@sympatico.ca>
33 - Henrik Gemal <mozilla@gemal.dk>
34 - Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
35 - Johnathan Nightingale <johnath@mozilla.com>
36 - Mike Beltzner <beltzner@mozilla.com>
38 - Alternatively, the contents of this file may be used under the terms of
39 - either the GNU General Public License Version 2 or later (the "GPL"), or
40 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
41 - in which case the provisions of the GPL or the LGPL are applicable instead
42 - of those above. If you wish to allow use of your version of this file only
43 - under the terms of either the GPL or the LGPL, and not to allow others to
44 - use your version of this file under the terms of the MPL, indicate your
45 - decision by deleting the provisions above and replace them with the notice
46 - and other provisions required by the GPL or the LGPL. If you do not delete
47 - the provisions above, a recipient may use your version of this file under
48 - the terms of any one of the MPL, the GPL or the LGPL.
50 - ***** END LICENSE BLOCK ***** -->
52 <html xmlns="http://www.w3.org/1999/xhtml">
53 <head>
54 <title>&mozilla.title;</title>
55 <style type="text/css">
56 html {
57 background: maroon;
58 color: white;
59 font-style: italic;
62 #moztext {
63 margin-top: 15%;
64 font-size: 1.1em;
65 font-family: serif;
66 text-align: center;
67 line-height: 1.5;
70 #from {
71 font-size: 1.95em;
72 font-family: serif;
73 text-align: right;
76 em {
77 font-size: 1.3em;
78 line-height: 0;
81 a {
82 text-decoration: none;
83 color: white;
85 </style>
86 </head>
87 <body dir="&locale.dir;">
89 <p id="moztext">
90 &mozilla.quote;
91 </p>
93 <p id="from">
94 &mozilla.from;
95 </p>
97 </body>
98 </html>