-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
56 lines (49 loc) · 2.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Canonical URL -->
<link rel="canonical" href="https://mybucks.online" />
<!-- Open Graph -->
<meta property="og:url" content="https://mybucks.online" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Mybucks.online | Password-only, self-custodial crypto wallet"
/>
<meta
content="No seed phrases, no register, decentralized crypto wallet. Your password is your account."
property="og:description"
/>
<meta property="og:image" content="/logo-72x72.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="72" />
<meta property="og:image:height" content="72" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/logo-72x72.png" />
<meta
name="twitter:description"
content="No seed phrases, no register, decentralized crypto wallet. Your password is your account."
/>
<!-- Meta description for search engines -->
<meta
name="description"
content="No seed phrases, no register, decentralized crypto wallet. Your password is your account."
/>
<!-- Optional: Meta keywords (less important nowadays) -->
<meta
name="keywords"
content="cryptocurrency wallet, password-only, password-only wallet, self-custodial, wallet, crypto wallet, coin wallet, ether wallet, Ethereum wallet, digital wallet, tron, trx, usdt, pepe, doge, arbitrum, optimism, bnb chain, polygon, avalanche, safest wallet, convenient wallet, secure crypto wallet, online wallet, temp wallet, crypto gift, gift wallet, blockchains, mybucks, mybucks.online"
/>
<title>
Mybucks.online | Password-only, self-custodial crypto wallet
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>