Update gpt/index.html

This commit is contained in:
2026-03-05 10:23:46 +01:00
parent 90894c726a
commit ab42958b93

View File

@@ -2,11 +2,11 @@
<html lang="nl"> <html lang="nl">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Hier komt mijn eigen AI chatbot (Ben GPT)</title> <title>Ben GPT</title>
</head> </head>
<body> <body>
<div> <div>
<!-- hier kan de chat-interface komen --> <textarea>hier komt mijn chat bot</textarea>
</div> </div>
</body> </body>
</html> </html>