diff --git a/schleicherhof_pms/src/main/resources/templates/home.html b/schleicherhof_pms/src/main/resources/templates/home.html new file mode 100644 index 0000000000000000000000000000000000000000..e83c8cf97eb87da9457ced3b09f298fbce2363e9 --- /dev/null +++ b/schleicherhof_pms/src/main/resources/templates/home.html @@ -0,0 +1,16 @@ +<!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