diff options
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> |