-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.57 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/icon.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Tags -->
<title>CryptoConnect: Decentralized Finance (DeFi) Platform</title>
<meta name="description" content="CryptoConnect is a decentralized finance (DeFi) platform for managing assets, exploring blockchain, and engaging with the community." />
<link rel="canonical" href="https://crypto-connect-lime.netlify.app/" />
<!-- Open Graph Tags -->
<meta property="og:title" content="CryptoConnect: Decentralized Finance (DeFi) Platform" />
<meta property="og:description" content="CryptoConnect is a decentralized finance (DeFi) platform for managing assets, exploring blockchain, and engaging with the community." />
<meta property="og:url" content="https://crypto-connect-lime.netlify.app/" />
<meta property="og:image" content="/og-image.jpg" />
<meta property="og:type" content="website" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CryptoConnect: Decentralized Finance (DeFi) Platform" />
<meta name="twitter:description" content="CryptoConnect is a decentralized finance (DeFi) platform for managing assets, exploring blockchain, and engaging with the community." />
<meta name="twitter:image" content="twitter-card-image.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>