-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (48 loc) · 2.9 KB
/
Copy pathindex.html
File metadata and controls
49 lines (48 loc) · 2.9 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
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdn.decentraland.org" crossorigin />
<link rel="preconnect" href="https://realm-provider-ea.decentraland.org" />
<link rel="preconnect" href="https://events.decentraland.org" />
<link rel="preconnect" href="https://cms-api.decentraland.org" crossorigin />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<meta name="theme-color" content="#000000" />
<link rel="preload" as="image" href="/hero_mobile.webp" media="(max-width: 599px)" fetchpriority="high" />
<link rel="preload" as="image" href="/hero_tablet.webp" media="(min-width: 600px) and (max-width: 991px)" fetchpriority="high" />
<link rel="preload" as="image" href="/hero_desktop.webp" media="(min-width: 992px)" fetchpriority="high" />
<title>Decentraland</title>
<meta
name="description"
content="Decentraland is where you hang out online. Join movie screenings, live music, trivia, and other community events. Show up anytime and see who's around."
/>
<meta property="og:title" content="Decentraland — Come Hang Out" />
<meta
property="og:description"
content="Decentraland is where you hang out online. Join movie screenings, live music, trivia, and other community events. Show up anytime and see who's around."
/>
<meta property="og:image" content="https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp" />
<meta property="og:site_name" content="Decentraland" />
<meta name="twitter:title" content="Decentraland — Come Hang Out" />
<meta
name="twitter:description"
content="Decentraland is where you hang out online. Join movie screenings, live music, trivia, and other community events. Show up anytime and see who's around."
/>
<meta name="twitter:image" content="https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@decentraland" />
<meta name="twitter:creator" content="@decentraland" />
<link rel="canonical" href="https://decentraland.org/" />
<meta property="og:url" content="https://decentraland.org/" />
<meta property="og:type" content="website" />
<meta property="og:logo" content="https://marketing-files.decentraland.org/uploads/1778267186976_DCL_icon_fullcolor.png" />
</head>
<body>
<div id="root"><!-- HERO_SHELL_START --><!-- HERO_SHELL_END --></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>