diff options
Diffstat (limited to 'subsonic-site/src/main/webapp/subsonic-ad.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/subsonic-ad.jsp | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/subsonic-site/src/main/webapp/subsonic-ad.jsp b/subsonic-site/src/main/webapp/subsonic-ad.jsp new file mode 100644 index 00000000..082cdbb0 --- /dev/null +++ b/subsonic-site/src/main/webapp/subsonic-ad.jsp @@ -0,0 +1,51 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<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="inc/css/style.css"/> + + <!--[if lte IE 6]> + <link rel="stylesheet" type="text/css" href="inc/css/pngfix.css" /> + <![endif]--> +</head> +<body> +<div id="side-col" + style="background-color: white; + margin: 0; + width: 178px; + height: 398px; + border: 1px solid gray;"> + <div style="margin:6px;padding-top:0.5em"> + <h2 style=""><img src="inc/img/donate.png" alt=""> Love Subsonic?</h2> + <p> + Support us by giving a donation and enjoy premium features like: + </p> + <div style="font-size:12px;"> + <div style="color:#00008b"><a href="http://subsonic.org/pages/apps.jsp" target="blank">Apps</a> for Android, iPhone, WP 7, PlayBook, Roku ++.</div> + <div style="color:green;padding-top:5px">Video streaming.</div> + <div style="color:#00008b;padding-top:5px">Share on Facebook, Twitter, Google+</div> + <div style="color:green;padding-top:5px">Your personal server address: <em>you</em>.subsonic.org</div> + <div style="color:#00008b;padding-top:5px">No ads.</div> + </div> + + <p style="padding-top:12px"> + The suggested donation amount is €20, but you can give any amount you like. + </p> + <p style="text-align: center;"> + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JUF7FRS6WTLHC">€10</a>, + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LQGGXPWSHEFRQ">€15</a>, + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMH2GB5E4MU7G">€20</a>, + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YS72FN3AFG3LN">€25</a>, + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G9FTC3YWKEGS6">€30</a> + </p> + <p> + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMH2GB5E4MU7G"><img src="inc/img/paypal.gif" alt="Donate" class="img-center"/></a> + </p> + + </div> +</div> +</body> +</html> |