generated from vu3th/vue-dapp-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (32 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192" />
<link rel="icon" type="image/png" href="/android-chrome-512x512.png" sizes="512x512" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Send2.name | Send tokens to any web3 domain</title>
<meta name="description" content="Supported domains: .eth, .meow, .op, .crypto, .smol, .sgb, .nft, .flr, .degen, and many more." />
<meta name="keywords" content="send, tokens, domains, domain, TLD, blockchain, crypto, chain, names, usernames, web3, social" />
<meta name="author" content="Tempe Techie" />
<meta property="og:title" content="Send2.name | Send tokens to any web3 domain" />
<meta property="og:description" content="Supported domains: .eth, .meow, .op, .crypto, .smol, .sgb, .nft, .flr, .degen, and many more." />
<meta property="og:image" content="https://send2.name/preview.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@TempeTechie" />
<meta name="twitter:creator" content="@TempeTechie" />
<meta name="twitter:title" content="Send2.name | Send tokens to any web3 domain" />
<meta name="twitter:description" content="Supported domains: .eth, .meow, .op, .crypto, .smol, .sgb, .nft, .flr, .degen, and many more." />
<meta name="twitter:image" content="https://send2.name/preview.png" />
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>