-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 1.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000" />
<title>Moonchain, Ethereum's 1st Beam Chain Sublayer</title>
<meta name="description" content="Moonchain | Ethereum 3.0: Ethereum’s 1st Beam Chain Sublayer" />
<meta name="keywords" content="moonchain, depin chain, wearfi, Beam Chain, Sublayer" />
<meta name="author" content="" />
<meta property="og:title" content="Moonchain" />
<meta property="og:description" content="Moonchain | Ethereum 3.0: Ethereum’s 1st Beam Chain Sublayer" />
<!-- <meta property="og:image" content="https://moonchain.com/image.jpg" /> -->
<meta property="og:url" content="https://moonchain.com" />
<meta name="twitter:title" content="Moonchain" />
<meta name="twitter:description" content="Moonchain | Ethereum 3.0: Ethereum’s 1st Beam Chain Sublayer" />
<!-- <meta name="twitter:image" content="https://moonchain.com/image.jpg" /> -->
<!-- <meta name="twitter:card" content="summary_large_image" /> -->
<link rel="canonical" href="https://www.moonchain.com" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body class="dark">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>