added simple lnurl
This commit is contained in:
parent
2261bb8452
commit
c87ccf7107
11 changed files with 154 additions and 39 deletions
18
templates/temp/_temp.html
Normal file
18
templates/temp/_temp.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue