Update gpt/index.html

This commit is contained in:
2026-03-05 21:19:15 +01:00
parent bc519a9c8a
commit 89a364e586

View File

@@ -5,8 +5,15 @@
<title>Ben GPT</title>
</head>
<body>
<div>
<table>hier komt mijn chat bot</table>
</div>
<div>
<table>
<tr>
<td>hier komt mijn chat bot</td>
<td>het is nog onder constructie</td>
</tr>
</table>
</div>
</body>
</html>