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