-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
31 lines (25 loc) · 1.25 KB
/
donate.html
File metadata and controls
31 lines (25 loc) · 1.25 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
<script src="js/include.js" defer></script>
<header data-include="config/head.html"></header>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<h2 class="header col s12 light">Donation</h2>
</div>
</div>
</div>
<div class="container">
<h4 class="header col s12 light">Donate for us! </h4>
<p>Unitor helps you to make unipack. To get closer to perfection, Unitor needs to evolve. Donate us and experience a better quality Unitor.!</p>
<p>Your support will be a great help to the Unitor and will grow further.</p><br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class="row center">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="FGFLPDFA7U82S">
<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/ko_KR/i/scr/pixel.gif" width="1" height="1">
<p class="center">Your payment data is secured and ecnrypted via PayPal</p>
</form>
</div>
</body>
</html>
<header data-include="config/foot.html"></header>