2021-06-13 22:17:05 +02:00
|
|
|
<!DOCTYPE html>
|
2021-06-13 22:54:40 +02:00
|
|
|
<html lang="de-en">
|
2021-06-13 22:17:05 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2021-06-13 23:23:29 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>jotoho.de - A personal website</title>
|
2021-06-13 22:17:05 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-06-13 23:23:29 +02:00
|
|
|
<header>
|
|
|
|
<div>
|
|
|
|
<a href="{{ config.base_url }}"><h2>jotoho.de - My personal website</h2></a>
|
|
|
|
</div>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td><a href="{{ get_url(path="@/blog/_index.md") }}">Blog</a></td>
|
2021-06-29 22:14:11 +02:00
|
|
|
<td><a href="{{ get_url(path="@/servers.md") }}">Servers</a></td>
|
2021-06-13 23:23:29 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<hr/>
|
|
|
|
</header>
|
|
|
|
|
2021-06-13 22:17:05 +02:00
|
|
|
{% block content %} {% endblock %}
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<hr />
|
|
|
|
<p>
|
|
|
|
Copyright Jonas Tobias Hopusch (<a
|
2021-06-13 23:38:29 +02:00
|
|
|
rel="noreferer" href="https://gitlab.com/jotoho"
|
2021-06-13 22:17:05 +02:00
|
|
|
>@jotoho</a
|
2021-06-13 23:32:36 +02:00
|
|
|
>) - <strong>All rights reserved</strong>
|
2021-06-13 22:17:05 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
2021-06-13 23:32:36 +02:00
|
|
|
This page is being served using
|
|
|
|
<a rel="noreferer" href="https://docs.gitlab.com/ee/user/project/pages/">GitLab Pages</a>
|
|
|
|
and created with the help of
|
|
|
|
<a rel="noreferer" href="https://www.getzola.org/">Zola</a>.
|
|
|
|
You can contact me via
|
|
|
|
<a href="mailto:webmaster@jotoho.de">email</a>
|
|
|
|
regarding any issues with this website.
|
2021-06-13 22:17:05 +02:00
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|