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