File size: 508 Bytes
03dcf00
80f978e
03dcf00
 
 
 
 
80f978e
03dcf00
 
 
80f978e
 
 
 
 
03dcf00
80f978e
03dcf00
 
80f978e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="de">

<head>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="style.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Chatbot Interface</title>
</head>

<body>
    <div id="chat-container">
        <div id="chat-box"></div>
        <input type="text" id="user-input" placeholder="Nachricht eingeben...">
        <button id="send-button">Senden</button>
    </div>

    <script src="script.js"></script>
</body>

</html>