-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
24 lines (24 loc) · 905 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Helpmate-AI.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Helpmate is a AI ChatBot web app where you can ask any question and you will get the answer"
/>
<meta
name="keywords"
content="Helpmate, chat, AI, Helpmate AI, artificial intelligence, messaging, web development, chatapp, chatgpt, gemini"
/>
<meta name="author" content="Ashutosh Singh" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/130897584?v=4" />
<meta property="og:url" content="https://helpmate-ai.vercel.app/" />
<title>Helpmate AI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>