-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.31 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.31 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>Growth Loop Grade — Web3talez</title>
<meta name="description" content="Does your web3 product have a growth loop or just growth hype? Take the 2-minute quiz." />
<meta name="author" content="Web3talez" />
<meta property="og:title" content="Growth Loop Grade — Does your web3 product have a growth loop?" />
<meta property="og:description" content="Find out if you're building gravity sales or just renting attention from KOLs 💀" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://id-preview--35d91558-1c88-4169-b26f-949fab660531.lovable.app/og-image.png" />
<meta property="og:url" content="https://id-preview--35d91558-1c88-4169-b26f-949fab660531.lovable.app" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@web3talez" />
<meta name="twitter:image" content="https://id-preview--35d91558-1c88-4169-b26f-949fab660531.lovable.app/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>