forked from hai-on-op/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (44 loc) · 2.54 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="title" content="HAI • APP" />
<meta name="description" content="GET $HAI ON YOUR OWN SUPPLY" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="shortcut icon" href="/icon.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/icon.png" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-tap-highlight" content="no" />
<meta name="test" content="HAI • APP" />
<meta name="theme-color" content="#000000" />
<meta name="application-name" content="HAI • APP" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="HAI • APP" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://letsgethai.com" />
<meta name="twitter:title" content="HAI • APP" />
<meta name="twitter:description" content="GET $HAI ON YOUR OWN SUPPLY" />
<meta name="twitter:image" content="https://i.ibb.co/35xmhsh/avatar.jpg" />
<meta name="twitter:creator" content="@letsgethai" />
<meta property="og:type" content="website" />
<meta property="og:title" content="HAI • APP" />
<meta property="og:description" content="GET $HAI ON YOUR OWN SUPPLY" />
<meta property="og:site_name" content="HAI • APP" />
<meta property="og:url" content="https://letsgethai.com" />
<meta property="og:image" content="https://i.ibb.co/35xmhsh/avatar.jpg" />
<meta property="og:image:width" content="676" />
<meta property="og:image:height" content="676" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/nodespecific.ts"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>