aboutsummaryrefslogtreecommitdiff
path: root/templates/default.tpl
blob: 09bf1df79dbed948bc2e82c954fc74090ec72745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
	<head>
        <link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
        <title>%title%</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<style>
		footer {
			font-size: 80%;
			color: gray;
		}
		</style>
	</head>
	<body>
		<div class="content">
			%content%
		</div>
		<hr/>
		<footer> Page generated on %date% </footer>
	</body>
</html>