diff options
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/donate.html b/static/donate.html index 789614b5..5fec3022 100644 --- a/static/donate.html +++ b/static/donate.html @@ -43,8 +43,10 @@ </h2> <p>You can send Bitcoin donations to the following address to support this project:</p> <div id="bitcoin_address"> - <img src="/bitcoin_address.png" alt="Bitcoin address QR code" width="160" height="160"/> - <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> + <a href="bitcoin:3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5"> + <img src="/bitcoin_address.png" alt="Bitcoin address QR code" width="160" height="160"/> + <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> + </a> </div> <h2 id="paypal"> PayPal |
