| <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> |