19 lines
286 B
HTML
19 lines
286 B
HTML
<!DOCTYPE html>
|
|
<html lang="nl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Ben GPT</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<table>
|
|
<tr>
|
|
<td>hier komt mijn chat bot</td>
|
|
<td>het is nog onder constructie</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |