-
Notifications
You must be signed in to change notification settings - Fork 3
/
donate.html
executable file
·66 lines (45 loc) · 2.04 KB
/
donate.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>Пожертвования - privacytools.ru</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
<!-- content security policy -->
<!-- <meta http-equiv='Content-Security-Policy' content="default-src 'self'; script-src https://privacytoolsio.github.ru http://privacytoolsio.github.ru; style-src 'self'"> -->
<!-- referrer policy -->
<meta http-equiv="Referrer-Policy" content="no-referrer">
</head>
<body>
<center>
<br>
<p>
<a href="https://www.privacytools.ru/"><img src="img/layout/logo_smaller.png" class="img-responsive" alt="privacytools.ru"></a>
</p>
<h1>Пожертвуйте</h1>
<p>
Наш вебсайт не содержит рекламы и не аффилирован ни с одной из указанных компаний.<br/>
Твое пожертвование поможет покрыть расходы на сервер, доменное имя, чай и печеньки.
</p>
<p>
<h2>Биткоин-кошелек:</h2>
<p>
<a href="bitcoin:13TwSgQtkSLUoRpg8LdNwDULhhtumzRZvR?message=privacytools.ru%20(Coffee,%20Beer%20and%20Pizza)" target="_blank"><img src="img/layout/qr.png"></a>
</p>
<p>
<input type="text" value="13TwSgQtkSLUoRpg8LdNwDULhhtumzRZvR" onclick="this.focus();this.select()" class="form-control input-lg" style="width:400px;">
<span class="help-block">Адрес для пожертвований. <a href="bitcoin:13TwSgQtkSLUoRpg8LdNwDULhhtumzRZvR?message=privacytools.ru%20(Coffee,%20Beer%20and%20Pizza)">Либо нажми здесь.</a></span>
</p>
</p>
<br>
<p>
<a href="https://paypal.me/Antukh" target="_blank"><img src="img/layout/PayPal.png"></a>
</p>
<h3>Спасибо за помощь. Вы прекрасны!</h3>
<p>
<img src="img/misc/smile.png" class="img-responsive" alt="Smile">
</p>
</center>
</body>
</html>