-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
37 lines (34 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A multichain crypto wallet
Hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Enkrypt: Ethereum and Polkadot Web3 Wallet">
<meta itemprop="description" content="A multichain crypto wallet
Hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.">
<meta itemprop="image" content="https://www.enkrypt.com/images/enkrypt_promo.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.enkrypt.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Enkrypt: Ethereum and Polkadot Web3 Wallet">
<meta property="og:description" content="A multichain crypto wallet
Hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.">
<meta property="og:image" content="https://www.enkrypt.com/images/enkrypt_promo.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Enkrypt: Ethereum and Polkadot Web3 Wallet">
<meta name="twitter:description" content="A multichain crypto wallet
Hold, buy, send, receive, and swap tokens. Manage your NFTs. Access web3 apps across multiple blockchains.">
<meta name="twitter:image" content="https://www.enkrypt.com/images/enkrypt_promo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEWcx is now Enkrypt</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>