This repository was archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.php
More file actions
45 lines (35 loc) · 1.54 KB
/
donate.php
File metadata and controls
45 lines (35 loc) · 1.54 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
39
40
41
42
43
44
45
<?php include 'include_header.php';?>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12">
<h2>Donate</h2>
<p>You can contribute to cSploit by donating: Incomings of donations will be used to buy hardware and services required by cSploit developers and network infrastructure.</p>
<div class="section">
<h5>Donate via PayPal</h5>
<a class="waves-effect waves-light btn amber black-text disabled" href="https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=o_bFxeimjBkMm7UJ0DUpy9kygjGKR87XcfE06nypZwmhAV_Cjb5GA8KW9ci&dispatch=5885d80a13c0db1f8e263663d3faee8d5c97cbf3d75cb63effe5661cdf3adb6d" target="_blank">PayPal</a>
</div>
<div class="divider"></div>
<div class="section">
<h5>Donate via Bitcoin</h5>
<a class="waves-effect waves-light btn amber black-text disabled">Bitcoin</a>
</div>
<br>
<h4>Things to purchase:</h4>
<ul>
<li>- An old used iPhone</li>
<li>- A Build Server</li>
<li>- An USB OTG adapter</li>
</ul>
<p>We must also pay annual services like the csploit.org DNS record and more.
<br />
Thanks for your help! <i class="material-icons">thumb_up</i></p>
</div>
</div>
</div>
<br><br>
<div class="section">
</div>
</div>
<?php include 'include_footer.php';?>