| <html lang="he" dir="rtl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ืฆ'ืื AI - SmartStudy BuddyHub</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| </head> | |
| <body> | |
| <custom-navbar></custom-navbar> | |
| <main class="container"> | |
| <section class="chat-container"> | |
| <h1>ืฆ'ืื AI</h1> | |
| <div class="chat-box"> | |
| <div class="messages"> | |
| <div class="message bot"> | |
| <p>ืฉืืื! ืื ื ืืขืืืจ ืืืืืืื ืืืื. ืืื ืื ื ืืืื ืืขืืืจ ืื ืืืื?</p> | |
| </div> | |
| </div> | |
| <div class="input-area"> | |
| <input type="text" placeholder="ืืชืื ืืช ืฉืืืชื ืืื..."> | |
| <button class="btn primary"><i class="fas fa-paper-plane"></i></button> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> |