summaryrefslogtreecommitdiff
path: root/docs/template.html
blob: cda7706e605fd62fc26526480d512337faea57ba (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
<!DOCTYPE html>
<html>
<head>
<title>$TITLE</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>

<header>
<h1>$TITLE</h1>
</header>

<article>
$CONTENT
</article>

<footer>
<a href="http://artifex.com/"><img src="artifex-logo.png" align="right"></a>
Copyright &copy; 2006-2018 Artifex Software Inc.
</footer>

</body>
</html>