Mercurial > jouvence
diff fontaine/resources/html_header.html @ 9:a5488b474c6b
Add HTML renderer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Jan 2017 02:56:08 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fontaine/resources/html_header.html Wed Jan 04 02:56:08 2017 -0800 @@ -0,0 +1,40 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title>%(title)s</title> + <meta name="description" content="%(description)s"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link rel="apple-touch-icon" href="apple-touch-icon.png"> + <!-- Place favicon.ico in the root directory --> + + <style> + body { + margin: 1em 3em; + background-color: #666; + } + .fontaine-doc { + background-color: #fff; + padding: 2em; + box-shadow: #111 0px 0.5em 2em; + } + p.footer { + text-align: center; + text-transform: uppercase; + font-size: 0.9em; + font-family: "Times New Roman", "Times", serif; + color: #333; + padding: 1em; + } + p.footer a:link, p.footer a:visited, p.footer a:active { + color: #222; + } + p.footer a:hover { + color: #227; + } + </style> + <style>%(css)s</style> + </head> + <body>