diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:17:33 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 16:17:33 -0400 |
| commit | d95a7fe1d5f9efafa544b6e6ac5fedac7a2b7db0 (patch) | |
| tree | 8c3ec27a4001711dde0a6e23570b01e6021df221 /static/donate.html | |
| parent | d183c966c571a2fe48d37bf066ee00d241cb3add (diff) | |
add more header ids for usage in links
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/donate.html b/static/donate.html index 1e0cda51..a683eb44 100644 --- a/static/donate.html +++ b/static/donate.html @@ -33,14 +33,14 @@ </ul> </nav> <div id="content"> - <h1>Donate</h1> - <h2>Bitcoin</h2> + <h1 id="donate">Donate</h1> + <h2 id="bitcoin">Bitcoin</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> </div> - <h2>PayPal</h2> + <h2 id="paypal">PayPal</h2> <p>PayPal donations can be sent to danielmicay@gmail.com. Please mention GrapheneOS in the donation description to allow for proper record keeping, since PayPal <a href="https://www.paypal.com/ms/smarthelp/article/can-i-have-multiple-paypal-accounts-faq762"> |
