-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswapbutton.html
26 lines (25 loc) · 898 Bytes
/
swapbutton.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
<html>
<head>
<script async defer src="swapbutton.js"></script>
<script async defer src="https://cdn.rawgit.com/kazuhikoarase/qrcode-generator/886a247e/js/qrcode.js"></script>
<title> SwapButton </title>
<body>
<script> </script>
<h2> Accepting Bitcoin Lightning payments the right way has never been cheaper and easier</h2>
<dialog id="invoice">
<form method="dialog">
<div id="qrcode"></div>
<div id="invoice-text"></div>
<menu>
<button value="cancel">Close</button>
</menu>
</form>
</dialog>
<menu>
<button id="pay">Pay with Lightning</button>
</menu>
</form>
</dialog>
</body>
</head>
</html>