-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdonate.html
More file actions
38 lines (36 loc) · 1.62 KB
/
donate.html
File metadata and controls
38 lines (36 loc) · 1.62 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
32
33
34
35
36
37
38
<!doctype html>
<html><head>
<meta charset="utf-8">
<base href="">
<script src="jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="helpers.js" type="text/javascript"></script></head>
<script>renderMainHead("content");</script>
<script type="text/javascript" src="dresize.js"></script>
<script type="text/javascript" src="script.js"></script>
<body><script>renderMainBody(["#44C436", "Donate"]);</script></div>
<div id="main">
<div id="main-content">
<div id="blogcontainer">
<div class="donationabout-box">
<div id="donationleft">
<img src="assets/coinicon.png" width="60" height="60" alt="" style="float:left;position:absolute;top:40px;"/>
<img id="kneecoin" src="assets/kneecoin.png" />
</div>
<div id="donationright">
<br>
<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="TEFU9B5VPDWKU" />
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
</form>
<div>
<p>I work on many games influenced by melee, some of which are <span style="color:#00ffff"><a style="color:#00ffff" href="http://twitter.com/schmooblidon">soon to be announced.</a></span> Donations will help get these games to release</p>
<p><br>Thank You!<br></p>
</div>
</div>
</div>
</div>
</div>
</div></body>
</html>