-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (88 loc) · 4.58 KB
/
Copy pathindex.html
File metadata and controls
94 lines (88 loc) · 4.58 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="robots"
content="noindex, nofollow, noarchive, nosnippet, noimageindex"
/>
<!-- Content Security Policy -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; script-src-elem 'self' https://cdn.ywxi.net https://www.trustedsite.com; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' https://cdn.ywxi.net https://fonts.googleapis.com; img-src 'self' data: blob: https://cdn.moralis.io https://logo.moralis.io https://assets.coingecko.com https://beaverbuild.com https://opensea.io https://cdn.ywxi.net; font-src 'self' data: https://fonts.gstatic.com; connect-src https://*.infura.io https://api.trongrid.io https://deep-index.moralis.io https://api.blockchain.info https://bsc-dataseed.binance.org https://gasstation.polygon.technology https://s3-us-west-2.amazonaws.com; frame-src https://www.trustedsite.com; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; upgrade-insecure-requests;"
/>
<!-- Canonical URL -->
<link rel="canonical" href="https://app.mybucks.online" />
<!-- Open Graph -->
<meta property="og:url" content="https://app.mybucks.online" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Mybucks.online" />
<meta
property="og:title"
content="Mybucks.online | Digital Cash Envelope — Seedless Crypto Gifting"
/>
<meta
property="og:description"
content="Mybucks.online is a digital cash envelope for crypto gifting: create or claim a seedless, disposable crypto wallet, fund it, and share a 1-click URL. Browser-only—no servers, database, or install."
/>
<meta
property="og:image"
content="https://app.mybucks.online/android-chrome-192x192.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="192" />
<meta property="og:image:height" content="192" />
<meta
property="og:image:alt"
content="Mybucks.online logo"
/>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Mybucks.online | Digital Cash Envelope — Seedless Crypto Gifting"
/>
<meta
name="twitter:image"
content="https://app.mybucks.online/android-chrome-192x192.png"
/>
<meta name="twitter:image:alt" content="Mybucks.online logo" />
<meta
name="twitter:description"
content="Digital cash envelope for crypto gifting: create or claim a seedless, disposable crypto wallet, fund it, and share a 1-click URL. Browser-only—no servers or install."
/>
<!-- Meta description for search engines -->
<meta
name="description"
content="Mybucks.online is a digital cash envelope for crypto gifting: create or claim a seedless, disposable crypto wallet, fund it, and share a 1-click URL. Browser-only—no servers, database, or install."
/>
<meta
name="keywords"
content="digital cash envelope, crypto gifting, one-time crypto gift, micro-gifting, seedless wallet, gifting wallet, gift wallet, disposable crypto wallet, burner wallet, p2p gifting, 1-click gifting, browser-based wallet, crypto airdrop, no seed phrase wallet, self-custodial wallet, crypto gift, airdrop wallet, disposable wallet, temporary wallet, crypto URL wallet, instant onboarding, Ethereum wallet, arbitrum, optimism, bnb chain, polygon, avalanche, tron, usdt, mybucks, mybucks.online, app.mybucks.online"
/>
<title>
Mybucks.online | Digital Cash Envelope — Seedless Crypto Gifting
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script
type="text/javascript"
src="https://cdn.ywxi.net/js/1.js"
async
></script>
</body>
</html>