forked from thepower/PowerHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.11 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="Power Wallet" />
<meta name="robots" content="index, follow" />
<meta name="author" content="ThePower.io" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:title"
content="Power Wallet | The Ultimate Web3 Wallet for $SK, ERC-20 Tokens, and NFTs"
/>
<meta
property="og:description"
content="Manage your $SK, ERC-20 tokens, and custom NFTs seamlessly with Power Wallet. Enjoy a new UI, SSO for Web3 sites, easy account management, and secure transactions."
/>
<meta property="og:image" content="/mainPage.png" />
<meta property="og:url" content="https://wallet.thepower.io" />
<script src="https://pay.itez.com/static/main/share/merchant.js"></script>
<title>Power_wallet</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>