ansible.l3d.space/templates/layout.html
2023-03-10 00:03:52 +01:00

25 lines
1.2 KiB
HTML

<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ '/css/main.min.css' | asseturl }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ '/sitemap.xml' | url(external=true) }}" />
<meta name="generator" content="lektor" />
<meta name="author" content="L3D" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ '/sitemap.xml' | url(external=true) }}" />
<meta property="og:url" content="{{ this | url(external=true) }}" />
<meta property="og:type" content="website" />
<title>{% block title %}Welcome{% endblock %} — Roles Ansible</title>
<body>
<header>
<a href="{{ '/' | url(external=true) }}">
<img src="animated_ansible.svg" alt="Animated Ansible Logo" width="420px" height="420px" />
</a>
</header>
<div class="page">
{% block body %}{% endblock %}
</div>
<footer>
&copy; Copyright 2023 by L3D - <a href="https://backwesen.de/l3d/ansible.l3d.space.git" target="_blank">Source Code</a> - <a href="https://backwesen.de/l3d/ansible.l3d.space/src/branch/main/LICENSE" target="_blank">MIT License</a>.
</footer>
</body>