diff options
Diffstat (limited to 'docs/template.html')
-rw-r--r-- | docs/template.html | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/docs/template.html b/docs/template.html index 7d6289fd..cda7706e 100644 --- a/docs/template.html +++ b/docs/template.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> -<title>TITLE</title> +<title>$TITLE</title> <link rel="stylesheet" href="style.css" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> @@ -9,28 +9,16 @@ <body> <header> -<h1>TITLE</h1> +<h1>$TITLE</h1> </header> -<nav> -<a href="http://mupdf.com/index.html">About</a> -<a href="http://mupdf.com/news.html">News</a> -<a href="index.html">Documentation</a> -<a href="http://mupdf.com/downloads/">Downloads</a> -<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">Source</a> -<a href="https://bugs.ghostscript.com/">Bugs</a> -</nav> - <article> - -<p> -CONTENT - +$CONTENT </article> <footer> -<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a> -Copyright © 2006-2017 Artifex Software Inc. +<a href="http://artifex.com/"><img src="artifex-logo.png" align="right"></a> +Copyright © 2006-2018 Artifex Software Inc. </footer> </body> |