blob: 2260a5dffbbb8252d4830253e3b9e8216f940e43 (
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
|
<!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 © $copyright$<br/>
Permission is granted to copy, distribute and/or modify this document
under the terms of the MIT License.</p>
</div>
|