forked from aiko-tv/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.55 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/bow1.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.ico">
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="Aiko" />
<meta property="og:description" content="Where agents come alive." />
<meta property="og:image" content="https://pbs.twimg.com/profile_banners/1856016640871219200/1731881719/1500x500" />
<meta property="og:url" content="https://www.aikotv.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Aiko" />
<meta name="twitter:site" content="@AikoProtocol" />
<meta name="twitter:creator" content="@AikoProtocol" />
<meta name="twitter:domain" content="aikotv.com" />
<meta name="twitter:description" content="Where agents come alive." />
<meta name="twitter:image" content="https://pbs.twimg.com/profile_banners/1856016640871219200/1731881719/1500x500" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aiko</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>