-
Notifications
You must be signed in to change notification settings - Fork 57
/
index.html
23 lines (23 loc) · 982 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
<!doctype html>
<html lang="en" data-theme="">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/gpthub.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<meta name="description" content="Discover the Best in Custom GPT at OpenAI's GPT Store – Your Adventure Begins Here!" />
<meta name="keywords" content="ChatGPT, OpenAI, GPTs, AI, Store, Tools">
<meta name="google-adsense-account" content="ca-pub-5066880741262012">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KP12ZRYGBJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KP12ZRYGBJ');
</script>
<title>GPTHub</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>