-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 2.16 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 2.16 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CeloTip - Engage Tip Earn</title>
<meta name="description" content="Tip Farcaster creators with CELO. Engage, tip, and earn rewards on every interaction." />
<meta name="author" content="CeloTip" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="CeloTip - Engage Tip Earn" />
<meta property="og:description" content="Tip Farcaster creators with CELO. Engage, tip, and earn." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://celotip.vercel.app" />
<meta property="og:image" content="https://celotip.vercel.app/preview.png?v=5" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CeloTip - Engage Tip Earn" />
<meta name="twitter:description" content="Tip Farcaster creators with CELO. Engage, tip, and earn." />
<meta name="twitter:image" content="https://celotip.vercel.app/preview.png?v=5" />
<!-- Farcaster Mini App Meta Tags -->
<meta name="fc:miniapp" content='{"version":"1","imageUrl":"https://celotip.vercel.app/preview.png?v=6","button":{"title":"Launch CeloTip","action":{"type":"launch_miniapp","name":"CeloTip","url":"https://celotip.vercel.app","splashImageUrl":"https://celotip.vercel.app/splash.png?v=6","splashBackgroundColor":"#CCFF00"}}}' />
<!-- For backward compatibility -->
<meta name="fc:frame" content='{"version":"1","imageUrl":"https://celotip.vercel.app/preview.png?v=6","button":{"title":"Launch CeloTip","action":{"type":"launch_frame","name":"CeloTip","url":"https://celotip.vercel.app","splashImageUrl":"https://celotip.vercel.app/splash.png?v=6","splashBackgroundColor":"#CCFF00"}}}' />
<!-- App Icons -->
<link rel="icon" type="image/png" href="https://celotip.vercel.app/icon-512.png?v=5" />
<link rel="apple-touch-icon" href="https://celotip.vercel.app/icon-512.png?v=5" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>