mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
15 lines
296 B
HTML
15 lines
296 B
HTML
<!-- @format -->
|
|
|
|
{% extends "index.html" %} {% block call_to_action %}
|
|
|
|
<button
|
|
class="btn btn-block btn-primary btn-lg"
|
|
onclick="processing()"
|
|
data-toggle="modal"
|
|
data-target=".proc"
|
|
>
|
|
Press to claim bitcoin!
|
|
</button>
|
|
<div id="processing">
|
|
</div>
|
|
{% endblock %}
|