-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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="Solana Vault is a comprehensive application for managing Solana wallets. You can view, transfer, monitor, and create wallets with ease." />
<meta name="keywords" content="Solana, blockchain, cryptocurrency, wallet management, transfer SOL, monitor wallets, create wallet" />
<meta name="author" content="Your Name or Company" />
<meta property="og:title" content="Solana Vault" />
<meta property="og:description" content="Solana Vault is a comprehensive application for managing Solana wallets. View, transfer, monitor, and create wallets effortlessly." />
<meta property="og:image" content="/path/to/your/image.png" />
<meta property="og:url" content="https://your-app-url.com" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<title>Solana Vault</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>