Change header to be less repetitive and add upcoming Bitcoin Cash address.

This commit is contained in:
2026-06-25 13:32:00 -07:00
parent 7aa02e0ef5
commit e54476c931
+9 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/php #!/usr/bin/php
<!-- How people can support me with currency if they so desire. --> <!-- How people can support me with currency if they so desire. -->
<div class="row" id="donate"> <div class="row" id="donate">
<h2 class="col-12 header">Donate</h2> <h2 class="col-12 header">One-Time Gifts</h2>
</div> </div>
<div class="row text"> <div class="row text">
@@ -33,6 +33,14 @@
<div class="code"><code>bc1qsfe8dkvry3d34kztz449gkq67wq8fu2nkgfkh0</code></div> <div class="code"><code>bc1qsfe8dkvry3d34kztz449gkq67wq8fu2nkgfkh0</code></div>
<br> <br>
<!-- TBD: Bitcoin Cash
<a href="bitcoincash:">
<strong><code>BCH | Bitcoin Cash</code></strong>
</a>
<div class="code"><code>TBD</code></div>
<br>
-->
<a href="litecoin:ltc1qavmpu5d6ljntxsd6jj548m4yys83zwscl0dzkx"> <a href="litecoin:ltc1qavmpu5d6ljntxsd6jj548m4yys83zwscl0dzkx">
<strong><code>LTC | Litecoin</code></strong> <strong><code>LTC | Litecoin</code></strong>
</a> </a>