website annotate lib/html/donate.html @ rev 1324

Remove flattr and add ETH adress
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 17 00:55:08 2018 +0100 (2018-03-17)
parents cd72b985d6fd
children 05adb908dba0
rev   line source
pankso@921 1 <div>
al@1038 2 <!-- PayPal button -->
pankso@921 3 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
pankso@921 4 style="display: inline;">
pankso@921 5 <input type="hidden" name="cmd" value="_s-xclick" />
pankso@921 6 <input type="hidden" name="hosted_button_id" value="4885025" />
al@1038 7 <input type="image" src="/images/paypal.png" name="submit"
pankso@921 8 alt="PayPal - The safer, easier way to pay online!" />
pankso@921 9 </form>
pankso@1324 10 <!-- Flattr button
pankso@1324 11
pankso@1324 12 201803 - No longer used and account closed & replaced by cryptocurrecy donation
pankso@1324 13
pankso@921 14 <script type="text/javascript">
al@1038 15 var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
al@1038 16 s.type = 'text/javascript';
al@1038 17 s.async = true;
al@1038 18 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
al@1038 19 t.parentNode.insertBefore(s, t);
pankso@921 20 </script>
pankso@921 21 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
pankso@1324 22 href="http://www.slitaz.org/"></a> -->
pankso@1324 23
pankso@1324 24 <p>
pankso@1324 25 SliTaz cryptocurrency wallet:
pankso@1324 26 </p>
pankso@1324 27 <pre>
pankso@1324 28 ETH: 0x3daA23ee83158A4bF9980e28ab02118d1319113F | View on <a href="https://etherscan.io/address/0x3daA23ee83158A4bF9980e28ab02118d1319113F">etherscan.io</a></pre>
pankso@921 29 </div>