Skip to content
Snippets Groups Projects
Commit 73905e20 authored by Johannes Wilhelm's avatar Johannes Wilhelm
Browse files

dxcf

parent eb566be1
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="ISO-8859-1">
<title>hi_du_ei</title>
</head>
<body>
<div class="container-fluid">
<h1>Schleicherhof</h1>
</div>
<nav th:include="menu::menu"></nav>
<div class="container-fluid"><h2 th:text="${title}">Titel</h2></div>
<div class="container-fluid"><p th:text="${message}">Nachricht</p></div>
<div th:include="foot::foot"></div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment