diff options
Diffstat (limited to 'subsonic-site/src/main/webapp/paypal-landing.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/paypal-landing.jsp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/paypal-landing.jsp b/subsonic-site/src/main/webapp/paypal-landing.jsp new file mode 100644 index 00000000..9f91cbb7 --- /dev/null +++ b/subsonic-site/src/main/webapp/paypal-landing.jsp @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <title>Subsonic » Free Music Streamer</title> + <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset.css"> + <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css"> + <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/grid/grid.css"> + <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/base/base.css"> + <%@ include file="tracking.jsp" %> +</head> +<body style="padding-left:5em; padding-top:1em; width:42em"> + +<h1>Thank you!</h1> + +<p> + Thanks for supporting Subsonic - your license key will be emailed to you shortly. +</p> + +<p> + If you haven't received the email within an hour, <b>remember to check your spam folder</b>. Feel free to + <a href="mailto:sindre@activeobjects.no">take contact</a> if you have any questions or issues + regarding the payment or the Subsonic license key. +</p> + +<p> + To install the license, click the "Donate" link in the top right corner of the Subsonic web interface + (<a href="getting-started.jsp#3">more info</a>). +</p> + +<p> + For more information, please visit <a href="http://subsonic.org/">subsonic.org</a> +</p> + +</body> +</html> |