remove bitcoin address and add a notice about crypto donations
All checks were successful
Static / build (push) Successful in 16s
All checks were successful
Static / build (push) Successful in 16s
This commit is contained in:
parent
eda3e6ff78
commit
92d827721b
1 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,8 @@
|
|||
|
||||
<body>
|
||||
<div id="load-overlay"
|
||||
style="background-color: #241917; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
|
||||
style="background-color: #241917; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;">
|
||||
</div>
|
||||
<div class="center-text">
|
||||
<div class="tabbed">
|
||||
<input type="radio" id="tab1" name="css-tabs" checked>
|
||||
|
@ -80,16 +81,15 @@
|
|||
<a href="#" title="Close" class="modal-close">×</a>
|
||||
<p class="modal-text">
|
||||
<p>
|
||||
<p class="modal-body"> Donations go to making sure we can keep all of our free services
|
||||
running ♡⸜(ˆᗜˆ˵ )⸝♡<br><br>
|
||||
<p class="modal-body">We apologise but crpyto currency is currently the only method to maintain our own
|
||||
personal privacy and security. If anyone has suggestions or leads on a high-risk/private payment processor
|
||||
then please send us an email.<br><br>
|
||||
The following cryptocurrencies are supported:<br><br></p>
|
||||
|
||||
<b class="crypto-name">Monero (XMR):</b><span
|
||||
class="crypto-address">49r2aeun8DtV5VqZpZSwRpS83WfUWEaLt4NG8HJwwVkbiT1vSsXTXrPFKkKTdc6MPX9iezbTidNPvhGZKCnM1338TfK6Hgi</span><br>
|
||||
<b class="crypto-name">Litecoin (LTC):</b><span
|
||||
class="crypto-address">LRAm7h5XENknfYEpbdVsvyGY8D6MiXGTDV</span><br>
|
||||
<b class="crypto-name">Bitcoin (BTC):</b><span
|
||||
class="crypto-address">bc1qkv97ajh7f0a72l9rsjd3fmmly5q5uywr06q3x0</span>
|
||||
class="crypto-address">LTC1QQU6WULK4XQEMX2KH4V3C6EMZH45Q7JLJLFG2CS</span><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue