Spaces:
Running
Running
File size: 1,488 Bytes
29110d9 0900cb7 29110d9 0900cb7 29110d9 0900cb7 29110d9 0900cb7 29110d9 0900cb7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>دستیار هوش مصنوعی پیشرفته</title>
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="style.css"> </head>
<body>
<div id="chat-container">
<div id="chat-header">
<div class="header-icons">
<span class="header-icon" id="settings-button">⚙️</span>
<span class="header-icon" id="help-button">❓</span>
</div>
<span class="header-title">دستیار هوش مصنوعی پیشرفته</span>
<div class="header-icons" style="visibility: hidden;">
<span class="header-icon">⚙️</span>
<span class="header-icon">❓</span>
</div>
</div>
<div id="chat-messages"></div>
<div id="input-container">
<button class="input-button" id="send-button" onclick="sendMessage()">➤</button>
<input type="text" id="user-input" placeholder="سوال خود را اینجا بنویسید...">
<button class="input-button" id="voice-input">🎤</button>
<button class="input-button" id="file-upload">📁</button>
</div>
</div>
<script src="script.js"></script> </body>
</html> |