1
1
mirror of https://github.com/bumi/lntip synced 2025-06-16 09:45:35 +00:00
lntip/examples/tipping.html

13 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script lntip-host="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>
</body>
</html>