2023-10-05 11:42:24 +02:00
|
|
|
<!DOCTYPE html>
|
2023-11-13 20:09:39 +01:00
|
|
|
<html xmlns:th="http://www.thymeleaf.org"
|
|
|
|
xmlns:sec="http://www.thymeleaf.org/extras/spring-security"
|
|
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
2023-11-16 13:11:49 +01:00
|
|
|
layout:decorate="~{layout.html}">
|
2023-11-05 09:38:25 +01:00
|
|
|
|
2023-11-13 20:09:39 +01:00
|
|
|
<body>
|
2023-11-15 17:27:04 +01:00
|
|
|
<div layout:fragment="content">
|
2023-11-16 20:03:42 +01:00
|
|
|
<p>Willkommen bei Catering Mampf.</p>
|
|
|
|
<p>
|
|
|
|
Bei uns können Sie die besten Dienstleistungen rund ums Essen bestellen.
|
|
|
|
Von Omas 75sten Geburtstag bis zum Mieten von Küchenpersonal.
|
|
|
|
</p>
|
2023-11-15 17:27:04 +01:00
|
|
|
</div>
|
2023-10-05 11:42:24 +02:00
|
|
|
</body>
|
|
|
|
</html>
|