aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/paypal-landing.jsp
blob: 9f91cbb770d0d324f29485e74b5aa729e1c0b55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 &raquo; 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>