23 lines
660 B
HTML
23 lines
660 B
HTML
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<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" />
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2019-07.css" />
|
|
<script src="/assets/js/jquery-3.4.1.min.js"></script>
|
|
{% include seo.html %}
|
|
<style>
|
|
body{
|
|
background: url('{{ page.image }}');
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
|
|
</body>
|
|
</html> |