diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:25 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:38 -0700 |
commit | 4738428c2c205f42200386ae09b44b9ec07b9144 (patch) | |
tree | a6402978fe1b4655f90c3c8a181f4d246fbc5e89 /subsonic-site/src/main/webapp/android-donation.jsp | |
parent | 82ec8315f777c319f2372540098e21111019d629 (diff) | |
download | dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.gz dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.bz2 dsub-4738428c2c205f42200386ae09b44b9ec07b9144.zip |
Move subsonic-android to root
Diffstat (limited to 'subsonic-site/src/main/webapp/android-donation.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/android-donation.jsp | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/subsonic-site/src/main/webapp/android-donation.jsp b/subsonic-site/src/main/webapp/android-donation.jsp deleted file mode 100644 index 831d7b5c..00000000 --- a/subsonic-site/src/main/webapp/android-donation.jsp +++ /dev/null @@ -1,88 +0,0 @@ -<!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"> -</head> -<body> - -<h1><img src="inc/img/donate.png" alt="" style="vertical-align:middle; padding-right:0.25em"/>Love Subsonic?</h1> - -<p> - Please support continued development and maintenance by giving a donation. -</p> - -<p> - As a donor you get the following benefits: -</p> -<ul> - <li>Stream music to Android, iPhone and Windows Phone.</li> - <li>Video streaming.</li> - <li>A personal web address for your Subsonic server (<em>yourname</em>.subsonic.org).</li> - <li>No ads in the Subsonic web interface.</li> - <li>Free access to new premium features.</li> -</ul> - -<p> - The suggested donation amount is <b>€20</b>, but you can give any amount you like. -</p> - -<p> - Click one of the buttons to go to PayPal where you can pay by credit card or by using your PayPal account. - Once the donation is processed, you will receive a license key by email. -</p> - -<table> - <tr> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3RTGWJRNAW2PU"><img src="inc/img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">€10</td> - </tr> - </table> - </td> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UCUUB2TYE4PGN"><img src="inc/img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">€20</td> - </tr> - </table> - </td> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3M6TFHWEPSU44"><img src="inc/img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">€25</td> - </tr> - </table> - </td> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5KP7LPQU77UAS"><img src="inc/img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">€30</td> - </tr> - </table> - </td> - </tr> -</table> - -<p> - For more information, please visit <a href="http://subsonic.org/">subsonic.org</a> -</p> -</body> -</html> |