1

add template for index

This commit is contained in:
AndiBuls
2020-03-09 13:24:11 +01:00
parent 8ae28d2de7
commit 7379330a86

View File

@ -25,7 +25,16 @@
</nav>
</header>
<main th:fragment="bodycontent">
<h1>Meine Gruppen</h1>
<div class="container-fluid">
<form action="/" method="get">
<div style="border: 10px solid ghostwhite; background: ghostwhite">
<h4 style="color: royalblue; font-weight: bold">Titel der Gruppe</h4>
<p>Beschreibung der Gruppe ...</p>
</div>
</form>
</div>
</main>
</body>
</html>