2019-04-24 17:18:35 +02:00
|
|
|
---
|
|
|
|
---
|
|
|
|
<!DOCTYPE html>
|
2019-04-24 18:56:12 +02:00
|
|
|
<html lang="en">
|
2019-04-24 17:18:35 +02:00
|
|
|
<head>
|
2019-04-24 18:56:12 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
|
|
|
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192">
|
|
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
|
2019-04-28 18:56:03 +02:00
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
|
2019-04-24 19:03:14 +02:00
|
|
|
{% include seo.html %}
|
2019-07-09 22:17:29 +02:00
|
|
|
<style>
|
|
|
|
body{
|
|
|
|
background: url('{{ page.image }}');
|
|
|
|
}
|
|
|
|
</style>
|
2019-04-24 17:18:35 +02:00
|
|
|
</head>
|
2019-04-24 18:56:12 +02:00
|
|
|
<body>
|
|
|
|
{{ content }}
|
2019-04-24 17:18:35 +02:00
|
|
|
{% include navmenu.html %}
|
|
|
|
</body>
|
2019-04-24 18:56:12 +02:00
|
|
|
</html>
|