diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-30 16:38:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-30 16:38:38 -0400 |
| commit | cf39d5168e86d8090f45413c4cf7d67500cdd275 (patch) | |
| tree | 275c44698ca6e9891190c78f5e30898deaf7023e /static | |
| parent | fb346b3c0f0149dcb7aad36f8a59ac6f9fe34dba (diff) | |
use bitcoin URI scheme
Diffstat (limited to 'static')
| -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 |
