-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
41 lines (41 loc) · 1.56 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Feed Demo</title>
<link
rel="icon"
href="./public/blogo.svg"
type="image/svg+xml"
/>
<link
rel="icon"
href="./public/wlogo.svg"
type="image/svg+xml"
media="(prefers-color-scheme: dark)"
/>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta property="og:type" content="website">
<meta property="og:title" content="GrowthMate Feed Demo">
<meta property="og:url" content="https://demo.growthmate.xyz">
<meta property="og:image" content="https://cdn.growthmate.xyz/openg-img.png">
<meta property="og:description" content="Keep your users updated on news, offers, and trends. Dynamic & user-specific app recommendations based on on-chain activity.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="GrowthMate Feed Demo">
<meta name="twitter:site" content="@growthmate_xyz">
<meta name="twitter:description" content="Keep your users updated on news, offers, and trends. Dynamic & user-specific app recommendations based on on-chain activity.">
<meta name="twitter:image" content="https://cdn.growthmate.xyz/openg-img.png">
<script src="https://cdn.amplitude.com/libs/analytics-browser-2.10.0-min.js.gz"></script>
<script src="https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.4.0-min.js.gz"></script>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"
></script>
</body>
</html>