File size: 492 Bytes
32ce9ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NOVA AI Chat</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
  <div class="container">
    <h1>NOVA AI Chat 💡</h1>
    <div id="chat-box"></div>
    <input type="text" id="user-input" placeholder="أدخل سؤالك هنا...">
    <button id="send-btn">إرسال</button>
  </div>
  <script src="app.js"></script>
</body>
</html>