diff options
Diffstat (limited to 'pages/donate.php')
-rw-r--r-- | pages/donate.php | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/pages/donate.php b/pages/donate.php index 82fbd8a..b7962d1 100644 --- a/pages/donate.php +++ b/pages/donate.php @@ -1 +1,19 @@ -<a href="https://www.paypal.com/donate?business=F9QZQMC55PB4W&no_recurring=0¤cy_code=USD">PayPal</a> +<h1>Donation</h1> + +<?php +if (!empty($_GET) && isset($_GET['success'])) { + printf("Thanks for supporting my work! Please continue to enjoy using my site and software."); + exit(); +} +?> + +<p> + If you like what I do, you're welcome to donate. +</p> + +<h2><a href="https://buy.stripe.com/cN24gB4nD3En3Li288">Click to Donate Once</a></h2> + +<h2><a href="https://buy.stripe.com/dR6eVfg6l2Aj2He6op">Click to Donate Monthly</a></h2> + +<?php +exit(); |