Commit
·
397452a
1
Parent(s):
8d27b66
Update client/html/index.html
Browse files- client/html/index.html +6 -1
client/html/index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0" />
|
7 |
<meta name="description" content="AI Chatbot named OpenGPT by Achyuth" />
|
8 |
-
<meta property="og:title" content="
|
9 |
<meta property="og:image" content="https://openai.com/content/images/2022/11/ChatGPT.jpg" />
|
10 |
<meta
|
11 |
property="og:description"
|
@@ -43,6 +43,11 @@
|
|
43 |
</button>
|
44 |
<div class="spinner"></div>
|
45 |
</div>
|
|
|
|
|
|
|
|
|
|
|
46 |
<div class="sidebar-footer">
|
47 |
<button class="button" onclick="delete_conversations()">
|
48 |
<i class="fa-regular fa-trash"></i>
|
|
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0" />
|
7 |
<meta name="description" content="AI Chatbot named OpenGPT by Achyuth" />
|
8 |
+
<meta property="og:title" content="OpenGPT" />
|
9 |
<meta property="og:image" content="https://openai.com/content/images/2022/11/ChatGPT.jpg" />
|
10 |
<meta
|
11 |
property="og:description"
|
|
|
43 |
</button>
|
44 |
<div class="spinner"></div>
|
45 |
</div>
|
46 |
+
<div class="wrapper">
|
47 |
+
<div class="typing-demo">
|
48 |
+
This is a typing demo.
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
<div class="sidebar-footer">
|
52 |
<button class="button" onclick="delete_conversations()">
|
53 |
<i class="fa-regular fa-trash"></i>
|