aboutsummaryrefslogtreecommitdiff
path: root/templates/default.tpl
blob: 2656879154dbafeeab0a4545dd9373e4c3e458e3 (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>
        <link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
        <link rel="Stylesheet" type="text/css" href="%root_path%add.css" />
        <title>%title%</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async='1'></script>
	</head>
	<body>
		<div class="top">
			<p><a href="/">Home</a></p>
		</div>
		<div class="content">
			%content%
		</div>
		<hr/>
		<footer>
		Page generated on %date% |
		<a href="http://git.hornquist.se/wiki-public/tree/%wiki_path%">Git</a> |
		<a href="http://git.hornquist.se/wiki-public/plain/%wiki_path%">Plain</a>
		</footer>
	</body>
</html>