-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.48 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.48 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
<!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" />
<meta name="theme-color" content="#000000" />
<title>Stakecore</title>
<meta name="description" content="Stakecore operates validator and FSP/SSP signing infrastructure for the Flare, Avalanche, and Songbird networks. Non-custodial delegation, transparent on-chain reporting." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://stakecore.org/" />
<meta property="og:title" content="Stakecore — staking infrastructure for Flare, Songbird, Avalanche" />
<meta property="og:description" content="Validator and FSP/SSP signing infrastructure across Flare, Avalanche, and Songbird. Non-custodial delegation, transparent on-chain reporting." />
<!-- TODO: add a 1200x630 social card and point og:image / twitter:image at it. -->
<meta name="twitter:card" content="summary_large_image" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Roboto+Mono&family=Major+Mono+Display&display=swap"
rel="stylesheet">
</head>
<body>
<div id="root"></div>
<div id="eip6963"></div>
<div id="overlay"></div>
<script type="module" src="src/main.tsx"></script>
</body>
</html>