-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.52 KB
/
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
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Your personal AI assistant" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="chatbot, gpt" />
<meta name="author" content="Abhiram Reddy" />
<meta property="og:url" content="https://abhigpt.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Chat GPT" />
<meta property="og:description" content="Your personal MetaMask AI assistant" />
<meta property="og:image" content="https://abhigpt.vercel.app/twitter-card.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="abhigpt.vercel.app" />
<meta property="twitter:url" content="https://abhigpt.vercel.app/" />
<meta name="twitter:title" content="Chat GPT" />
<meta name="twitter:description" content="https://abhigpt.vercel.app/" />
<meta name="twitter:image" content="hhttps://abhigpt.vercel.app/twitter-card.png" />
<link rel="icon" type="image/png" href="/icon.png" />
<title>MetaGPT</title>
<script src="https://cdn.jsdelivr.net/gh/ethereum/web3.js@1.0.0-beta.34/dist/web3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ethers/6.9.0/ethers.umd.min.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>