Added ids to crypto addresses and saved them as variables in JavaScript

This commit is contained in:
2025-07-25 09:22:58 -04:00
parent 073889f1a7
commit d29f7d1529
2 changed files with 14 additions and 3 deletions

View File

@@ -72,9 +72,9 @@
<a class="button button-paypal" href="https://www.paypal.com/donate/?business=LXMQTRPCCLAEG&no_recurring=0&item_name=Support+Initial+Charge%2C+%23OpenWeb%2C+and+my+other+projects+with+value+for+value.&currency_code=USD" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/paypal.svg" alt="PayPal Logo">PayPal</a>
<ul>
<li>Bitcoin (<a href="images/crypto/btc-qr.png">QR</a>):<br><code>bc1qxj26ssa24a7x8mp0rykn80d6v088p996mt0kcc</code><br>&nbsp;</li>
<li>Ethereum (<a href="images/crypto/eth-qr.png">QR</a>):<br><code>0x41C1689FF03a11205aB22dd0d97889065E971D7f</code><br>&nbsp;</li>
<li>Dogecoin (<a href="images/crypto/doge-qr.png">QR</a>):<br><code>DC27kzyjxVgSjuPj6NJkadKibbf4S9UgGd</code></li>
<li>Bitcoin (<a href="images/crypto/btc-qr.png">QR</a>):<br><code id="btcwall">bc1qxj26ssa24a7x8mp0rykn80d6v088p996mt0kcc</code><br>&nbsp;</li>
<li>Ethereum (<a href="images/crypto/eth-qr.png">QR</a>):<br><code id="ethwall">0x41C1689FF03a11205aB22dd0d97889065E971D7f</code><br>&nbsp;</li>
<li>Dogecoin (<a href="images/crypto/doge-qr.png">QR</a>):<br><code id="dogewall">DC27kzyjxVgSjuPj6NJkadKibbf4S9UgGd</code></li>
</ul>
</details>
</div>