mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add simple table structure
This commit is contained in:
parent
c49210ca3c
commit
15f47a04b3
|
@ -16,6 +16,23 @@
|
||||||
<!--<a href="#account">Mein Konto</a>-->
|
<!--<a href="#account">Mein Konto</a>-->
|
||||||
</div>
|
</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>
|
</body>
|
||||||
|
|
||||||
<footer style="bottom: 0; position: absolute;">
|
<footer style="bottom: 0; position: absolute;">
|
||||||
|
|
Loading…
Reference in a new issue