13 lines
277 B
PHP
13 lines
277 B
PHP
<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> |