summaryrefslogtreecommitdiff
path: root/docs/template.html
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-21 12:25:56 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 18:07:58 +0100
commitc39d9ce510de61341530c53bf3314da5375c17d6 (patch)
tree73173ce3b99474da433d25c4c8b1826f5e9c3871 /docs/template.html
parent621cde3d3c739995f29deedd3e17e9bfff2de464 (diff)
downloadmupdf-c39d9ce510de61341530c53bf3314da5375c17d6.tar.xz
Simplify HTML pages.
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html22
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 &copy; 2006-2017 Artifex Software Inc.
+<a href="http://artifex.com/"><img src="artifex-logo.png" align="right"></a>
+Copyright &copy; 2006-2018 Artifex Software Inc.
</footer>
</body>