summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-17 17:17:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-10-17 17:17:47 +0200
commit038c4b0556ca2d3fd46032f6cbc6c79228a87be5 (patch)
treebdfb01711955d4665ac8dead183f2784f698b172
parentcbc4305c181c0bd7b7d289ad0e8c0861f29bf71b (diff)
Add simple HTML document (no PDFs, etc) prologue/epilogue
-rw-r--r--simple-doc-epilogue.xhtml4
-rw-r--r--simple-doc-prologue.xhtml27
2 files changed, 31 insertions, 0 deletions
diff --git a/simple-doc-epilogue.xhtml b/simple-doc-epilogue.xhtml
new file mode 100644
index 0000000..aa5a7c3
--- /dev/null
+++ b/simple-doc-epilogue.xhtml
@@ -0,0 +1,4 @@
+</div>
+
+</body>
+</html>
diff --git a/simple-doc-prologue.xhtml b/simple-doc-prologue.xhtml
new file mode 100644
index 0000000..729b0d2
--- /dev/null
+++ b/simple-doc-prologue.xhtml
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <title>$title$</title>
+
+ <style type="text/css">
+$./common.css$
+$./pre-box.css$
+$./code-box.css$
+$./toc.css$
+$./doc.css$
+ </style>
+
+</head>
+<body>
+<div id="content">
+
+ <div id="titlepage">
+ <div class="title">$title$</div>
+
+ <p>Copyright &#169; 2014-2016 <a href="http://codesynthesis.com">Code
+ Synthesis Ltd</a><br/>
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the MIT License.</p>
+ </div>