blob: 9276635ca4eebdb11ec93488cb598f0bbc8d4108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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-2018 <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>
|