Add simple table structure

This commit is contained in:
Mathis Kral 2023-11-07 17:56:23 +01:00 committed by Simon Bruder
parent c49210ca3c
commit 15f47a04b3
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -16,6 +16,23 @@
<!--<a href="#account">Mein Konto</a>-->
</div>
<h1>Eventplaner (planen Sie Ihr Event)</h1>
<table style="width:100%; text-align:left">
<tr>
<td>Eventtyp</td>
<td>SISHI_NIGHT</td>
</tr>
<tr>
<th>Produkt</th>
<th>Anzahl</th>
</tr>
<tr>
<td>Sake Nigiri</td>
<td>200</td>
</tr>
</table>
</body>
<footer style="bottom: 0; position: absolute;">