-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
31 lines (28 loc) · 1.26 KB
/
donate.html
File metadata and controls
31 lines (28 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Donate to MPExtended</title>
<link rel='stylesheet' type='text/css' href='style.css' />
</head>
<body>
<div id="container">
<h2>Donate</h2>
<p>
Over the time MPExtended has evolved from a simple webservice to a full solution for remote media access, on which we have spent countless hours of development time. As we need to pay for
rent and food too, we need donations to spend more time on MPExtended, delivering new features and bugfixes even faster. All donations are highly appreciated.
</p>
<p>
Our standard way to donate is with PayPal. If you want to sponsor a specific feature or donate through another means, please contact
<a href="http://forum.team-mediaportal.com/members/oxan.97484/">me</a> on the MediaPortal forums.
</p>
<div style="text-align: center;">
<p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=6HYUQNPLAHRC2&lc=US&item_name=MPExtended¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" />
</a>
</p>
</div>
</div>
</body>
</html>