summaryrefslogtreecommitdiff
path: root/_templates/wiki.html
blob: 2e3ede22348c1cb66c94f684d10362753d81302b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8"/>
	<meta name="viewport" content="width=device-width"/>
	<link rel="icon" type="image/jpg" href="/assets/light.png"/>
	<link rel="stylesheet" href="/css/style.css"/>
	<title> $title$ </title>
</head>
<body>
$body$
</body>
</html>