-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (29 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/33.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>33bits - Post Privately on Farcaster</title>
<meta name="description" content="Foster open dialogues on Farcaster with 33bits by leveraging zk tech.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://33bits.xyz">
<meta property="og:type" content="website">
<meta property="og:title" content="33bits - Post Privately on Farcaster">
<meta property="og:description" content="Foster open dialogues on Farcaster with 33bits by leveraging zk tech.">
<meta property="og:image" content="https://33bits.xyz/preview.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="33bits.xyz">
<meta property="twitter:url" content="https://33bits.xyz">
<meta name="twitter:title" content="33bits - Post Privately on Farcaster">
<meta name="twitter:description" content="Foster open dialogues on Farcaster with 33bits by leveraging zk tech.">
<meta name="twitter:image" content="https://33bits.xyz/preview.jpg">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>