Added PayPal donation links
This commit is contained in:
parent
548abf6bbf
commit
d74afa6153
16
index.php
16
index.php
@ -76,11 +76,17 @@
|
||||
<h2>What is your contribution?</h2>
|
||||
</div>
|
||||
<div class="donate-buttons">
|
||||
<button>$10</button>
|
||||
<button>$20</button>
|
||||
<button>$50</button>
|
||||
<button>$100</button>
|
||||
<button>Other</button>
|
||||
<form action="https://www.paypal.com/donate" method="POST" target="_top">
|
||||
<input type="hidden" name="business" value="9RCQDWAKC8LYW">
|
||||
<input type="hidden" name="no_recurring" value="1">
|
||||
<input type="hidden" name="currency_code" value="USD">
|
||||
<button name="amount" value="10" type="submit">$10</button>
|
||||
<button name="amount" value="20" type="submit">$20</button>
|
||||
<button name="amount" value="50" type="submit">$50</button>
|
||||
<button name="amount" value="100" type="submit">$100</button>
|
||||
<button type="submit">Other</button>
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user