diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-17 17:17:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-17 17:17:47 +0200 |
commit | 038c4b0556ca2d3fd46032f6cbc6c79228a87be5 (patch) | |
tree | bdfb01711955d4665ac8dead183f2784f698b172 /simple-doc-prologue.xhtml | |
parent | cbc4305c181c0bd7b7d289ad0e8c0861f29bf71b (diff) |
Add simple HTML document (no PDFs, etc) prologue/epilogue
Diffstat (limited to 'simple-doc-prologue.xhtml')
-rw-r--r-- | simple-doc-prologue.xhtml | 27 |
1 files changed, 27 insertions, 0 deletions
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 © 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> |