-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Pinata Blog Notifcations</title>
<meta name="description" content="Get Warpcast notifications for new blog posts">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://pinata-blog-frame.pages.dev">
<meta property="og:type" content="website">
<meta property="og:title" content="Pinata Blog Notifcations">
<meta property="og:description" content="Get Warpcast notifications for new Pinata blog posts">
<meta property="og:image" content="https://pinata-blog-frame.pages.dev/image.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="pinata-blog-frame.pages.dev">
<meta property="twitter:url" content="https://pinata-blog-frame.pages.dev">
<meta name="twitter:title" content="Pinata Blog Notifcations">
<meta name="twitter:description" content="Get Warpcast notifications for new Pinata blog posts">
<meta name="twitter:image" content="https://pinata-blog-frame.pages.dev/image.png">
<meta name="fc:frame" content='{"version":"next","imageUrl":"https://pinata-blog-frame.pages.dev/image.png","button":{"title":"Subscribe","action":{"type":"launch_frame","name":"Subscribe","url":"https://pinata-blog-frame.pages.dev","splashImageUrl":"https://pinata-blog-frame.pages.dev/splash.png","splashBackgroundColor":"#171420"}}}'/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>