aboutsummaryrefslogblamecommitdiffstats
path: root/data/epiphany.xhtml
blob: 9cf2635e0c46c9d72c719c4f8fdcd388cc6f5f3f (plain) (tree)
1
2
3
4
5
6
7
8




                                                   


                                                                                     






                                           
                      





                     
                   









                     
                   
 
 














                                                              
<?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">

<!--
         Based on mozilla's about:mozilla by Henrik Gemal and Alexey Chernyak

         Xan Lopez, xan@masilla.org
 -->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Epiphany</title>
<style type="text/css">
html {
  background: #3369FF;
  color: white;
  font-style: italic;
}

#ephytext {
  margin-top: 15%;
  font-size: 1.3em;
  text-align: center;
}

#from {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: right;
}

span {
  font-size: 1.0em;
}

</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>