2020-05-02 00:09:13 +00:00
|
|
|
<!DOCTYPE html>
|
2019-07-17 02:50:17 +00:00
|
|
|
<html class="no-js" lang="en-US">
|
2017-11-09 02:34:49 +00:00
|
|
|
|
2021-07-28 16:42:59 +00:00
|
|
|
<head>
|
|
|
|
{% if page.title %}
|
|
|
|
<title>{{ site.title }} - {{ page.title }}</title>
|
|
|
|
{% else %}
|
|
|
|
<title>{{ site.title }}</title>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<title>Vac</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="{{ '/assets/img/favicon.png' | relative_url }}" type="image/png" />
|
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
|
|
|
|
</head>
|
2020-12-26 17:43:06 +00:00
|
|
|
<body>
|
2021-07-28 16:42:59 +00:00
|
|
|
</html>
|