Move footer into body

This commit is contained in:
Simon Bruder 2023-11-15 17:22:35 +01:00
parent bc7bc6345d
commit 967db8793e
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -20,11 +20,11 @@
<nav th:insert="~{navigation :: navigation}"></nav>
<section layout:fragment="content"></section>
</div>
<footer style="bottom: 0; position: absolute;">
<p>© Hannes Wurst @ Mampf GmbH</p>
<p>
<a href="mailto:catering@mampf.com">catering@mampf.com</a>
</p>
</footer>
</body>
<footer style="bottom: 0; position: absolute;">
<p>© Hannes Wurst @ Mampf GmbH</p>
<p>
<a href="mailto:catering@mampf.com">catering@mampf.com</a>
</p>
</footer>
</html>