25 lines
438 B
HTML
25 lines
438 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>%s</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>%s</h1>
|
||
|
<h2>%(%Y-%m-%d)T</h2>
|
||
|
%s
|
||
|
|
||
|
<p>
|
||
|
<a href="../../../#%s">(Return to index)</a>
|
||
|
</p>
|
||
|
|
||
|
<hr />
|
||
|
<footer>
|
||
|
Copyright © %d Mike Gerwitz.
|
||
|
Verbatim redistribution of this document in its entirety is permitted so
|
||
|
long as this copyright notice is preserved.
|
||
|
|
||
|
<div>%s</div>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|