-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.94 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Explore multiple blockchains with CryptoKosh by Om Sharma. Discover and manage wallets across various blockchain networks, with user-friendly tools for efficient and secure wallet management." />
<meta name="keywords"
content="CryptoKosh, blockchain, cryptocurrency, wallet management, Om Sharma, multi-blockchain wallets, crypto wallets, Ethereum, Solana, Bitcoin, manage wallets" />
<meta name="author" content="Om Sharma" />
<meta property="og:title" content="CryptoKosh by Om Sharma - Manage Your Wallets Across Blockchains" />
<meta property="og:description"
content="CryptoKosh allows you to explore multiple blockchains and manage your crypto wallets easily. Discover the power of multi-blockchain wallet management with CryptoKosh." />
<meta property="og:image" content="./src/assets/CryptoKoshICO.png" />
<meta property="og:url" content="https://crypto-kosh.vercel.app/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CryptoKosh by Om Sharma" />
<meta name="twitter:description"
content="Explore and manage wallets on multiple blockchains with CryptoKosh, your ultimate wallet management tool." />
<meta name="twitter:image" content="./src/assets/CryptoKoshICO.png" />
<link rel="icon" type="image/svg+xml" href="./src/assets/CryptoKoshICO.png" />
<title>CryptoKosh By Om Sharma</title>
<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=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap"
rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>