Added ids to crypto addresses and saved them as variables in JavaScript
This commit is contained in:
@@ -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.¤cy_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> </li>
|
||||
<li>Ethereum (<a href="images/crypto/eth-qr.png">QR</a>):<br><code>0x41C1689FF03a11205aB22dd0d97889065E971D7f</code><br> </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> </li>
|
||||
<li>Ethereum (<a href="images/crypto/eth-qr.png">QR</a>):<br><code id="ethwall">0x41C1689FF03a11205aB22dd0d97889065E971D7f</code><br> </li>
|
||||
<li>Dogecoin (<a href="images/crypto/doge-qr.png">QR</a>):<br><code id="dogewall">DC27kzyjxVgSjuPj6NJkadKibbf4S9UgGd</code></li>
|
||||
</ul>
|
||||
</details>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user