feat: WIP! footer
This commit is contained in:
parent
97367cb105
commit
7bfb173887
@ -50,9 +50,25 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body hx-ext="response-targets">
|
<body class="hero is-fullheight" hx-ext="response-targets">
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
<footer class="footer mt-auto">
|
||||||
|
<div class="content level">
|
||||||
|
<p class="level-item has-text-centered">
|
||||||
|
<a class="link is-info">Datenschutz & 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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user