My_Ai / index.html
Really-amin's picture
Update index.html
0900cb7 verified
raw
history blame
1.49 kB
<!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>