website view lib/html/donate.html @ rev 1339

Add btn_donate_SM.gif
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 27 11:32:52 2019 +0100 (2019-11-27)
parents 6807296f6ff2
children
line source
1 <div>
2 <!-- PayPal Button (association) -->
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 <!-- PayPal Button (servers) -->
11 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
12 style="display: inline;">
13 <input type="hidden" name="cmd" value="_s-xclick" />
14 <input type="hidden" name="hosted_button_id" value="G2C74XCZD7HUS" />
15 <input type="image" src="/images/btn_donate_SM.gif"
16 alt="Donate with PayPal button" name="submit"
17 title="Donate for SliTaz servers with PayPal" border="0"/>
18 <img alt="" border="0" src="https://www.paypal.com/en_FR/i/scr/pixel.gif"
19 width="1" height="1" />
20 </form>
21 <!-- Flattr button
23 201803 - No longer used and account closed & replaced by cryptocurrency donation
25 <script type="text/javascript">
26 var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
27 s.type = 'text/javascript';
28 s.async = true;
29 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
30 t.parentNode.insertBefore(s, t);
31 </script>
32 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
33 href="http://www.slitaz.org/"></a> -->
35 <p>
36 SliTaz cryptocurrency wallet:
37 </p>
38 <pre>
39 ETH: 0x3daA23ee83158A4bF9980e28ab02118d1319113F | View on <a href="https://etherscan.io/address/0x3daA23ee83158A4bF9980e28ab02118d1319113F">etherscan.io</a></pre>
40 </div>