Lunix-420 2024-10-31 13:32:41 +01:00
commit b913f55d8e
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>