feat: WIP! footer

This commit is contained in:
Max Hohlfeld 2024-07-16 23:13:10 +02:00
parent 97367cb105
commit 7bfb173887

View File

@ -50,9 +50,25 @@
</style>
</head>
<body hx-ext="response-targets">
<body class="hero is-fullheight" hx-ext="response-targets">
{% block body %}
{% endblock %}
<footer class="footer mt-auto">
<div class="content level">
<p class="level-item has-text-centered">
<a class="link is-info">Datenschutz &amp; Impressum</a>
</p>
<p class="level-item has-text-centered">
<a class="link is-info">verwendete Softwarebibliotheken</a>
</p>
<p class="level-item has-text-centered">
<a class="link is-info">Quellcode</a>
</p>
</div>
</footer>
</body>
</html>