-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.18 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
<!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" />
<meta property="og:description"
content="Experience secure and private transactions with ZeroByte's blockchain-powered platform. Fast, reliable, and anonymous." />
<meta property="og:image" content="https://pbs.twimg.com/profile_images/1837450642689839105/MNZA-W7J_400x400.jpg" />
<title>ZeroByte | Where Privacy Meets Trust in Decentralized Finance</title>
<meta name="description"
content="Revolutionizing blockchain privacy with secure, anonymous transactions. Experience true financial freedom on Solana with our cutting-edge web wallet and privacy solutions.">
</head>
<script type="module" src="/src/main.jsx"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-58156JJ8WH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-58156JJ8WH');
</script>
<body>
<div id="root"></div>
</body>
</html>