gymrooster_php/templates/index.html.php

13 lines
277 B
PHP
Raw Normal View History

2020-03-05 23:06:59 +01:00
<div>
<table>
<tr>
<th>Docent</th>
<th>Locatie</th>
<th>Opmerkingen</th>
</tr>
<tr>
<td>Kruiswijk</td>
<td>Buiten</td>
<td>Neem sportkleding mee!</td>
</tr>
</table>