From 73886745f2bd2bbd5bf36f1f5f2a05b88d52a714 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 27 Jan 2020 22:57:40 +0000 Subject: [PATCH] Add files via upload --- lnbits/extensions/faucet/database.sqlite3 | Bin 0 -> 16384 bytes lnbits/extensions/faucet/index.html | 233 ++++++++++++++++++++++ 2 files changed, 233 insertions(+) create mode 100644 lnbits/extensions/faucet/database.sqlite3 create mode 100644 lnbits/extensions/faucet/index.html diff --git a/lnbits/extensions/faucet/database.sqlite3 b/lnbits/extensions/faucet/database.sqlite3 new file mode 100644 index 0000000000000000000000000000000000000000..1e84bb45685d67590e293c796dcb405f4f7e18af GIT binary patch literal 16384 zcmeI(zfaph6bJCT1konNHBtx0oGev^5>=J@57f|W6%kSz9I2^Pp-XaAt;UALj?%7` z_&1ok^*Vx zfB*y_009U<00Izzz+DvhUfH_0kje1fN1>|Jb=wU;*P5yw#3wVWMQJ-yIQB|j3M(GB z#9}&SebL{nRIcF2H?k-;in(>WSQcxtEbNl=HdmnBby;w-6xj-zR?3m@JDs+w_jPhwIk73fAw`&B*A zP4;mQOfJ&ibe1xg=vMuC7jIYW83GW100bZa0SG_<0uX=z1Rwx`i4-uXDsEmf^U^$< z$O2Im1Rwwb2tWV=5P$##AOHafKmYAznYsFK#i-2fKKPM7 zPd~nY7=3QOI5Hpr0SG_<0uX=z1a2uXTfOB1ls?A)G)G@#e{{&iMjT9RWn&k1K6d1k p2L74Sx`&r-K4rhD{Td!MjkElyr|Q$5^Z()WV)!ObhEGq`>|aMLpFRKp literal 0 HcmV?d00001 diff --git a/lnbits/extensions/faucet/index.html b/lnbits/extensions/faucet/index.html new file mode 100644 index 0000000..155038e --- /dev/null +++ b/lnbits/extensions/faucet/index.html @@ -0,0 +1,233 @@ + + +{% extends "base.html" %} {% block messages %} + + + ! + + +{% endblock %} {% block menuitems %} +
  • + + Wallets + + + +
  • + +
  • + + Extensions + +
      + + + {% if user_ext[0][1] %} +
    • + LNEvents +
    • + {% endif %} + + {% if user_ext[0][2] %} +
    • + LNJoust +
    • + {% endif %} + + {% if user_ext[0][3] %} +
    • + Faucet +
    • + {% endif %} + + +
    +
  • + +{% endblock %} {% block body %} + +
    + +
    +

    + Wallet + Control panel +
    +

    + +

    +
    +

    + Bookmark to save your wallet. Wallet is in BETA, use with caution. +

    +
    +
    + + +
    + +
    + + {% if not user_ext[0][2] %} +
    + +
    +
    +

    + LNJoust +

    +

    + LN powered Joust gamesmaster +

    +
    +
    + +
    + + + Activate + +
    +
    + + {% else %} +
    + +
    +
    +

    + LNJoust +

    +

    + LN powered Joust gamesmaster +

    +
    +
    + +
    + + Deactivate + +
    +
    + {% endif %} + {% if not user_ext[0][1] %} +
    + +
    +
    +

    + LNEvents +

    +

    + Lightning powered tickets +

    +
    +
    + +
    + + Activate + +
    +
    + + {% else %} +
    + +
    +
    +

    + LNEvents +

    +

    + Lightning powered tickets +

    +
    +
    + +
    + + Deactivate + +
    +
    + {% endif %} + {% if not user_ext[0][3] %} +
    + +
    +
    +

    + Faucet +

    +

    + Make LNURL faucets +

    +
    +
    + +
    + + Activate + +
    +
    + {% else %} +
    + +
    +
    +

    + Faucet +

    +

    + Make LNURL faucets +

    +
    +
    + +
    + + Deactivate + +
    +
    + {% endif %} +
    + + +
    + + +
    +{% endblock %}