This commit is contained in:
2024-10-04 18:45:27 +02:00
parent 1c3f79605b
commit 5d1ec4f974

View File

@@ -0,0 +1,28 @@
<table border="1">
<tr>
<th>Zeit</th>
<th>Dienstag</th>
<th>Mittwoch</th>
<th>Donnerstag</th>
</tr>
<tr>
<td>8:00</td>
<td colspan="3">Önder</td>
</tr>
<tr>
<td>10:00</td>
<td>Mia</td>
<td rowspan="2" colspan="2">Peter</td>
</tr>
<tr>
<td>12:00</td>
<td rowspan="2">John</td>
</tr>
<tr>
<td>14:00</td>
<td>Alice</td>
<td>Hakim</td>
</tr>
</table>