-
Notifications
You must be signed in to change notification settings - Fork 228
/
donate.html
20 lines (20 loc) · 951 Bytes
/
donate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html lang="en" >
<head>
<title>MobX - Donate</title>
</head>
<body>
<center>
<h1>Donate</h1>
<p>
Was MobX key in making your project a success? Share the victory by using the donate button! If you leave a name it will be added to the sponsors list.
</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4L4HH6UT7ZQTG">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
</form>
</center>
</body>
</html>