add template for index
This commit is contained in:
@ -25,7 +25,16 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main th:fragment="bodycontent">
|
<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>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user