blob: 7fe4d754d55ff0da0dcd0a2147c268c60c53ecac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="date" content='$date-meta$'>
<title>$title$</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/combo.css">
</head>
<body>
<<<<<<< HEAD
=======
<div class="container center">
<p><a href="https://www.iggdrasil.net"><img src="img/iggdrasil.png"></a></p>
</div>
>>>>>>> 9cba51606 (Generate html CHANGELOG)
<div class='container'>
$body$
</div>
</body>
</html>
|