blob: 2a6361ba7a55c38366ebeed3b5c5bae872b5583b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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>
<div class='container'>
$body$
</div>
</body>
</html>
|