Konversationen eingefügt

This commit is contained in:
2024-11-19 10:25:02 +01:00
parent a41ebc2e98
commit 2a31ef1c19
5 changed files with 53 additions and 81 deletions

View File

@@ -14,6 +14,7 @@
<input type="text" id="user-input" placeholder="Geben Sie Ihre Nachricht ein..." required>
<button type="submit">Senden</button>
</form>
<button id="reset-button">Konversation zurücksetzen</button>
</div>
<script src="script.js"></script>
</body>