diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 05:18:34 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 05:31:37 -0500 |
| commit | 72ca88ec19ace57836871bad8aba6b9343cea37c (patch) | |
| tree | fad6cedf23ab5fd56863c9727414abc1c684c5e0 /static/donate.html | |
| parent | 4f72ed181fc6c36bbbdcac46ab0e2c480e92124d (diff) | |
add code block styling
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 1e9a1ced..6ff1a81e 100644 --- a/static/donate.html +++ b/static/donate.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?27"/> + <link rel="stylesheet" href="/grapheneos.css?28"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> <link rel="license" href="/LICENSE.txt"/> @@ -72,7 +72,7 @@ <p>You can send Bitcoin donations to the following address to support this project:</p> <div class="coin-address"> - <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> + <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS" rel="nofollow"> <img src="/bitcoin-donation.png" alt="Bitcoin donation QR code" width="180" height="180"/> <p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p> </a> @@ -89,7 +89,7 @@ <p>You can send Monero donations to the following address to support this project:</p> <div class="coin-address"> - <a href="monero:8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63?recipient_name=GrapheneOS&tx_description=Donation%20to%20GrapheneOS"> + <a href="monero:8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63?recipient_name=GrapheneOS&tx_description=Donation%20to%20GrapheneOS" rel="nofollow"> <img src="/monero-donation.png" alt="Monero donation QR code" width="228" height="228"/> <p>8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63</p> </a> |
