-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (38 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Burner Wallet - Instant Ethereum Wallet Generator | Create Temporary Crypto Wallet</title>
<meta charset="UTF-8" />
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💸</text></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="#ffffff" name="theme-color" />
<meta content="#da532c" name="msapplication-TileColor" />
<meta name="robots" content="follow, index" />
<meta
content="The Burner Wallet is an instant web wallet used to send small amounts of crypto quickly, mint NFTs and deploy your contracts."
name="description" />
<meta name="keywords"
content="burner wallet, ethereum wallet generator, temporary crypto wallet, instant web3 wallet, create ethereum wallet, disposable wallet crypto, NFT wallet generator" />
<link rel="canonical" href="https://wallet.sasi.codes" />
<!-- Open Graph -->
<meta property="og:title" content="Burner Wallet - Instant Ethereum Wallet Generator" />
<meta property="og:description"
content="Generate instant Ethereum burner wallets for quick crypto transactions. Perfect for NFT minting, token transfers, and one-time smart contract interactions. No setup required." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wallet.sasi.codes" />
<meta property="og:image" content="https://sasi.codes/images/banner.png" />
<meta property="og:site_name" content="Burner Wallet" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@sasicodes" />
<meta name="twitter:title" content="Burner Wallet - Create Instant Ethereum Wallets" />
<meta name="twitter:description"
content="Generate instant Ethereum burner wallets for quick crypto transactions. Perfect for NFT minting, token transfers, and one-time smart contract interactions." />
<meta name="twitter:image" content="https://sasi.codes/images/banner.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>