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">
<head>
<meta charset="UTF-8">
<title>Hier komt mijn eigen AI chatbot (Ben GPT)</title>
<title>Ben GPT</title>
</head>
<body>
<div>
<!-- hier kan de chat-interface komen -->
<textarea>hier komt mijn chat bot</textarea>
</div>
</body>
</html>