-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.85 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/celestia.svg" />
<link rel="canonical" href="https://celestia.cool" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="A Celestia mempool explorer for big blonks" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CelestiaOrg" />
<meta name="twitter:title" content="Celestia" />
<meta name="twitter:description" content="A Celestia mempool explorer for big blonks" />
<meta
name="twitter:image"
content="https://celestia.cool/celestia-cool.png"
/>
<meta property="og:site_name" content="celestia.cool" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en" />
<meta
property="og:image"
content="https://celestia.cool/celestia-cool.png"
/>
<meta property="og:title" content="celestia.cool" />
<meta property="og:url" content="https://celestia.cool" />
<meta property="og:description" content="A Celestia mempool explorer for big blonks" />
<meta
property="og:image:url"
content="https://celestia.cool/celestia-cool.png"
/>
<meta
property="og:image:secure_url"
content="https://celestia.cool/celestia-cool.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="celestia.cool" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<title>celestia.cool</title>
<script
defer
data-domain="celestia.cool"
src="https://plausible.io/js/plausible.js"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>