-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
29 lines (27 loc) · 1.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>Delegit</title>
<meta name="description" content="The easiest way to delegate on Polkadot and Kusama">
<!-- General Meta Tags -->
<meta property="og:url" content="https://delegit.xyz">
<meta property="og:type" content="website">
<meta property="og:title" content="Delegit">
<meta property="og:description" content="The easiest way to delegate on Polkadot and Kusama">
<meta property="og:image" content="https://github.com/user-attachments/assets/0c19a57b-2256-47ed-8bb7-bc900ca5afe8">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="delegit.xyz">
<meta property="twitter:url" content="https://delegit.xyz">
<meta name="twitter:title" content="Delegit">
<meta name="twitter:description" content="The easiest way to delegate on Polkadot and Kusama">
<meta name="twitter:image" content="https://github.com/user-attachments/assets/0c19a57b-2256-47ed-8bb7-bc900ca5afe8">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>