-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.8 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hey</title>
<meta name="title" content="Hey">
<meta name="description" content="Hey.xyz is a decentralized and permissionless social media app built with Lens">
<meta property="og:type" content="website">
<meta property="og:url" content="https://hey.xyz/">
<meta property="og:title" content="Hey">
<meta property="og:description" content="Hey.xyz is a decentralized and permissionless social media app built with Lens">
<meta property="og:image" content="https://static.hey.xyz/images/og/cover.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://hey.xyz/">
<meta name="twitter:title" content="Hey">
<meta name="twitter:description" content="Hey.xyz is a decentralized and permissionless social media app built with Lens">
<meta name="twitter:image" content="https://static.hey.xyz/images/og/cover.png">
<link rel="icon" href="/favicon.ico">
<link rel="preload" href="/assets/fonts/SofiaProSoftReg.woff2" type="font/woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="/assets/fonts/SofiaProSoftMed.woff2" type="font/woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="/assets/fonts/SofiaProSoftBold.woff2" type="font/woff2" as="font" crossorigin="anonymous" />
<link rel="stylesheet" href="/src/font.css" />
<link rel="stylesheet" href="/src/styles.css" />
<script
defer
src="https://analytics.hey.xyz/script.js"
data-website-id="66a1d982-93cd-47a8-9e59-42e9a5f08023"
></script>
</head>
<body>
<main id="_hey_"></main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>