Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -5
index.html
CHANGED
@@ -4,10 +4,9 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>دستیار هوش مصنوعی</title>
|
7 |
-
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css" rel="stylesheet" />
|
8 |
<style>
|
9 |
body {
|
10 |
-
font-family:
|
11 |
background-color: #f0f3f5;
|
12 |
display: flex;
|
13 |
justify-content: center;
|
@@ -62,9 +61,7 @@
|
|
62 |
</head>
|
63 |
<body>
|
64 |
<div id="chat-container">
|
65 |
-
<div id="chat-header">
|
66 |
-
دستیار هوش مصنوعی
|
67 |
-
</div>
|
68 |
<div id="chat-messages">
|
69 |
<p>پیامها در اینجا نمایش داده خواهند شد.</p>
|
70 |
</div>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>دستیار هوش مصنوعی</title>
|
|
|
7 |
<style>
|
8 |
body {
|
9 |
+
font-family: Arial, sans-serif;
|
10 |
background-color: #f0f3f5;
|
11 |
display: flex;
|
12 |
justify-content: center;
|
|
|
61 |
</head>
|
62 |
<body>
|
63 |
<div id="chat-container">
|
64 |
+
<div id="chat-header">دستیار هوش مصنوعی</div>
|
|
|
|
|
65 |
<div id="chat-messages">
|
66 |
<p>پیامها در اینجا نمایش داده خواهند شد.</p>
|
67 |
</div>
|