Update tipping.html

This commit is contained in:
bumi 2020-10-24 15:52:43 +02:00 committed by GitHub
parent d185001b22
commit 559838d49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 8 deletions

View File

@ -1,12 +1,16 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title></title> <title>LnMe</title>
</head> </head>
<body> <body>
<script lntip-host="http://localhost:1323" src="http://localhost:1323/static/lntip.js" id="lntip-script"></script>
<script data-lnme-base-url="http://localhost:1323" src="http://localhost:1323/static/lntip.js" id="lntip-script"></script>
<a href="#" onclick="javascript:new LnTip({ value: 1000, memo: 'thanks' }).request();return false;">Tip me</a> <a href="#" onclick="javascript:new LnTip({ value: 1000, memo: 'thanks' }).request();return false;">
</body> Send me some sats
</a>
</body>
</html> </html>