added simple lnurl

This commit is contained in:
arcbtc 2023-12-08 20:39:27 +00:00
parent 2261bb8452
commit c87ccf7107
11 changed files with 154 additions and 39 deletions

18
templates/temp/_temp.html Normal file
View file

@ -0,0 +1,18 @@
<q-expansion-item group="extras" icon="info" label="About Temp">
<q-card>
<q-card-section>
<p>
Temp extension is a basic extension that you can use to get started building your own extension
</p>
<small
>Created by
<a
class="text-secondary"
href="https://github.com/benarc"
target="_blank"
>Ben Arc</a
>.</small
>
</q-card-section>
</q-card>
</q-expansion-item>