mirror of
https://github.com/bumi/lntip
synced 2025-06-21 11:43:48 +00:00
17 lines
392 B
HTML
17 lines
392 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>LnMe</title>
|
|
</head>
|
|
<body>
|
|
|
|
<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;">
|
|
Send me some sats
|
|
</a>
|
|
|
|
</body>
|
|
</html>
|