-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
16 lines (16 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/favicon_io/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZeroByte Wallet | Seamless Crypto Payments for Web3</title>
<meta name="description" content="ZeroByte wallet is a versatile cryptocurrency wallet and payment solution. As a standalone wallet, it offers secure storage and management of digital assets. As an embeddable component, it empowers websites with frictionless ZeroByte payment integration, bridging the gap between traditional web platforms and the decentralized future of finance.">
<meta property="og:image" content="https://pbs.twimg.com/profile_images/1837450642689839105/MNZA-W7J_400x400.jpg" />
<meta property="og:description" content="Your gateway to secure, fast, and user-friendly crypto management. Seamlessly store, trade, and track your digital assets with cutting-edge encryption and intuitive design. Experience the future of decentralized finance today with 0byte – where simplicity meets innovation in the palm of your hand.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>