Add a "thank you" page for donations.
[website] / thanks.html
diff --git a/thanks.html b/thanks.html
new file mode 100755 (executable)
index 0000000..9e112d3
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>    <!-- -*- html -*- -->
+<!--#set var="css" value="sxemacs.css" -->
+<!--#set var="title" value="Donation Received" -->
+<!--#set var="banner" value="You're AWESOME!  Thank You!" -->
+<!--#set var="copyright" value="2016 Steve Youngs" -->
+
+<!--#include virtual="/templates/header.template" -->
+<!--#include virtual="/templates/menu.template" -->
+<!--#include virtual="/templates/support.template" -->
+
+    <h3>Thank You!</h3>
+    <p>
+      On behalf of everyone here at the SXEmacs project, thank you so
+      very much for your contribution.
+    </p>
+    <p>
+      Your donation has been processed successfully and you will
+      be emailed shortly with the full details of the transaction.
+    </p>
+    <br />
+    <a href="mailto:steve@sxemacs.org">Steve Youngs</a><br />
+    The SXEmacs Project
+
+<!--#include virtual="/templates/copyright.template" -->
+<!--#include virtual="/templates/stats.template" -->
+<!--#include virtual="/templates/footer.template" -->