Skip to content

Commit

Permalink
Add a donate page
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu committed Nov 30, 2017
1 parent 91432c5 commit d1adf25
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions donate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>
<head>
<title>Donate 2 HelderSepu</title>
</head>
<body OnLoad="document.auto.submit()">
<h2>You will be redirected to PayPal in a few seconds... </h2>
<h4>Taking to long to load? Please click on the button below.</h4>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="auto">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Donate 2 HelderSepu">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="Donate 2 HelderSepu">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input class="login_submit" id="loginBtn" name="loginBtn" type="submit" value="Donate" >
</form>
</body>
</html>

0 comments on commit d1adf25

Please sign in to comment.