26 lines
660 B
HTML
26 lines
660 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta lang="EN" />
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block content %} {% endblock %}
|
||
|
|
||
|
<footer>
|
||
|
<hr />
|
||
|
<p>
|
||
|
Copyright Jonas Tobias Hopusch (<a
|
||
|
href="https://gitlab.com/jotoho"
|
||
|
>@jotoho</a
|
||
|
>)
|
||
|
</p>
|
||
|
<p>
|
||
|
This page is being served using GitLab Pages. You can contact me
|
||
|
via <a href="mailto:webmaster@jotoho.de">email</a> regarding any
|
||
|
issues with this website.
|
||
|
</p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|