Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Chatbot</title> | |
<link rel="stylesheet" href="style.css"> | |
<script type="module" src="index.js"></script> | |
</head> | |
<body> | |
<div class="header"> | |
<h1>CCAT 2025 HelpDesk</h1> | |
</div> | |
<div class="chat-container"> | |
<div class="chat-box" id="chat-box"></div> | |
<input type="text" id="user-input" placeholder="Type your message..."> | |
<button id="send-btn">Send</button> | |
</div> | |
</body> | |
</html> |