AchyuthGamer
commited on
Commit
·
e2b18d2
1
Parent(s):
0eba046
Update client/html/index.html
Browse files- client/html/index.html +3 -3
client/html/index.html
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
<meta charset="UTF-8" />
|
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="A conversational AI system that listens, learns, and challenges" />
|
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"
|
12 |
-
content="A conversational AI system that listens, learns, and challenges" />
|
13 |
<meta property="og:url" content="https://chat.acy.dev" />
|
14 |
<link rel="stylesheet" href="{{ url_for('bp.static', filename='css/style.css') }}" />
|
15 |
<link
|
|
|
4 |
<meta charset="UTF-8" />
|
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="A conversational AI system that listens, learns, and challenges developed 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"
|
12 |
+
content="A conversational AI system that listens, learns, and challenges developed by Achyuth" />
|
13 |
<meta property="og:url" content="https://chat.acy.dev" />
|
14 |
<link rel="stylesheet" href="{{ url_for('bp.static', filename='css/style.css') }}" />
|
15 |
<link
|