UNPKG

cyphertap

Version:

Bitcoin Lightning, Ecash and Nostr wallet in a portable Web Component.

15 lines (14 loc) 429 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>CypherTap Demo</title> </head> <body> <script type="module" src="/src/index.js"></script> <cyphertap-button></cyphertap-button> <cyphertap-button type="floating"></cyphertap-button> </body> </html>