-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
38 lines (35 loc) · 1.88 KB
/
index.html
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>CyberGod KSGMPRH - Your Security Toolkit</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css"/>
<script type="text/javascript" src="shell.js"></script>
</head>
<body>
<h3 style="background-color:red">This software is free of cost, I would be grateful if you considered any donation and the donation will be helpful for supporting the development of this project further!</h3>
<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="BVLS79W5B2N9G">
<table>
<tr><td><input type="hidden" name="on0" value="Select your preferred donation amount">Select your preferred donation amount</td></tr><tr><td><select name="os0">
<option value="Option 1">Option 1 $3.00 USD</option>
<option value="Option 2">Option 2 $5.00 USD</option>
<option value="Option 3">Option 3 $10.00 USD</option>
<option value="Option 4">Option 4 $20.00 USD</option>
<option value="Option 5">Option 5 $50.00 USD</option>
<option value="Option 6">Option 6 $100.00 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
</body>
</html>