forked from privacytools/privacytools.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
49 lines (38 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Please Donate to privacytools.io</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
</head>
<body>
<center>
<h1><a href="https://www.privacytools.io/"><img src="img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1>
<h2>Please Donate</h2>
<p>
Support <a href="https://www.privacytools.io/">privacytools.io</a> and <a href="https://www.privatesearch.io/">privatesearch.io</a> to cover costs for server, domains and coffee.
</p>
<p>
<img src="img/misc/QR-Code.png" class="img-responsive" alt="Bitcoin QR Code">
</p>
<p>
Address:
<br>
1N6heMWD34ARyApkRmNv7V7NzQfYvgC4dg [<a href="bitcoin:1N6heMWD34ARyApkRmNv7V7NzQfYvgC4dg">Link</a>]
</p>
<p>
or
</p>
<p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7MPR5TEA9KJZY" target="_blank">Use PayPal instead</a>
</p>
<p>
<strong>Thanks for your support. You are awesome!</strong>
</p>
<p>
<img src="img/misc/smile.png" class="img-responsive" alt="Smile">
</p>
</center>
</body>
</html>