Merge pull request 'chore: Update branch' (#5) from Maradona/Backend:main into main

Reviewed-on: 3002833/Backend#5
pull/1/head
David Hess 2024-10-31 12:45:46 +01:00
commit 19d4064fb1
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<footer>
<p>&copy INTER Versicherungsgruppe</p>
<a href="Impressum">Impressum</a>
<a href="Datenschutz">Datenschutz</a>
<a href="impressum">Impressum</a>
<a href="datenschutz">Datenschutz</a>
</footer>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<div th:replace="~{_metadata :: metadata}"></div>
<title>Impressum</title>
</head>
<body>
<div th:replace="~{_header :: header(activePage=${home})}"></div>
<div></div>
<div th:replace="~{_footer :: footer}"></div>
</body>
</html>