1
0
Fork 0
repo2html/tpl/commit.html

25 lines
438 B
HTML
Raw Normal View History

<!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 &copy; %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>