mirror of https://github.com/lukechilds/lnbits.git
Arc
5 years ago
committed by
GitHub
1 changed files with 7 additions and 5 deletions
@ -1,13 +1,15 @@ |
|||
<!-- @format --> |
|||
|
|||
{% extends "index.html" %} {% block call_to_action %} |
|||
<a href="lnurlwallet?lightning={{ lnurl }}"> |
|||
|
|||
<button |
|||
type="button" |
|||
class="btn btn-block btn-primary btn-lg" |
|||
class="btn btn-primary" |
|||
onclick="processing()" |
|||
data-toggle="modal" |
|||
data-target=".proc" |
|||
> |
|||
Press to claim bitcoin! |
|||
</button></a |
|||
> |
|||
</button> |
|||
<div id="processing"> |
|||
</div> |
|||
{% endblock %} |
|||
|
Loading…
Reference in new issue