-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (22 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cashu Redeem</title>
<meta name="description" content="Redeem Cashu ecash tokens to your lightning wallet!">
<meta property="og:title" content="Cashu Redeem">
<meta property="og:type" content="website" />
<meta property="og:description"
content="Redeem Cashu ecash tokens to your lightning wallet - Cashu is a free and open-source Chaumian ecash system built for Bitcoin. Cashu offers near-perfect privacy for users of custodial Bitcoin applications. Nobody needs to know who you are, how much funds you have, and with whom you transact with.">
<meta property="og:image" content="/cashu_banner.png">
<meta property="og:url" content="https://cashu-redeem.vercel.app/">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<noscript>JavaScript is required to run this application</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>