Merge pull request 'chore: Update branch' (#5) from Maradona/Backend:main into main
Reviewed-on: 3002833/Backend#5pull/1/head
commit
19d4064fb1
|
@ -1,5 +1,5 @@
|
||||||
<footer>
|
<footer>
|
||||||
<p>© INTER Versicherungsgruppe</p>
|
<p>© INTER Versicherungsgruppe</p>
|
||||||
<a href="Impressum">Impressum</a>
|
<a href="impressum">Impressum</a>
|
||||||
<a href="Datenschutz">Datenschutz</a>
|
<a href="datenschutz">Datenschutz</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue