1

change create.html index.html and search.html

This commit is contained in:
tomvahl
2020-03-06 14:58:31 +01:00
parent e4d91e53f5
commit 2645e4dd84
3 changed files with 22 additions and 49 deletions

View File

@ -25,34 +25,7 @@
</nav>
</header>
<main th:fragment="bodycontent">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<table class="table">
<thead>
<tr>
<th scope="col">Titel</th>
<th scope="col">Beschreibung</th>
</tr>
</thead>
<tbody>
<tr>
<td>Titel1</td>
<td>Beschreibung1</td>
</tr>
<tr>
<th>Titel2</th>
<td>Beschreibung2</td>
</tr>
<tr>
<td>Titel3</td>
<td>Beschreibung3</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</main>
</body>
</html>