diff options
Diffstat (limited to 'data/epiphany.xhtml')
-rw-r--r-- | data/epiphany.xhtml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/data/epiphany.xhtml b/data/epiphany.xhtml new file mode 100644 index 000000000..bdba4933a --- /dev/null +++ b/data/epiphany.xhtml @@ -0,0 +1,65 @@ +<?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>Epiphany</title> +<style type="text/css"> +html { + background: #3399FF; + color: white; + font-style: italic; +} + +#ephytext { + 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="ephytext"> +Perfection is achieved, not when there is nothing more to add, +but when there is nothing left to take away. +</div> + +<div id="from"> +Antoine de Saint-Exupery +</div> + +</body> +</html> |