Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Add donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4722202468 committed Nov 9, 2019
1 parent 8d1fe81 commit 9722068
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webserver/public/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ <h4 class="modal-title" id="modal-course-name"></h4>
</div>
</div>
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="NUP7WBDCK5USU">
<input type="hidden" name="currency_code" value="CAD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" border="0">
<img alt="" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" style="display: none !important;" width="1" hidden="" height="1" border="0">
</form>

<div class="modal" id="noSections" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down

0 comments on commit 9722068

Please sign in to comment.