-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdonate.html
71 lines (65 loc) · 2.75 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
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="img/icon.svg">
<link rel="canonical" href="https://libredirect.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="LibRedirect – Privacy-friendly Redirector">
<meta property="og:site_name" content="libredirect.github.io">
<meta property="og:description"
content="A web extension that redirects YouTube, Twitter, Instagram, etc. requests to alternative privacy-friendly frontends">
<title>Donate</title>
<meta name="referrer" content="same-origin">
<meta http-equiv="Content-Security-Policy"
content=" default-src 'self' base-uri 'self' img-src *; script-src 'none' form-action 'none' frame-ancestors 'none' ">
</head>
<body>
<div id="body">
<div id="logo">
<img src="img/icon.svg" width="160" height="160" alt="LibRedirect icon">
<h1>LibRedirect</h1>
</div>
<div class="nav_bar">
<a href="./index.html">Home</a>
<a href="./download.html">Download</a>
<a href="./source_code.html">Source
Code</a><a href="./contact.html">Contact</a>
<a href="./faq.html">FAQ</a>
<a href="./docs.html">Docs</a>
<a href="./donate.html" style="font-weight: bold;">Donate</a>
</div>
<h2>Donate (Thank You!)</h2>
<br>
<a class="badge_medium" href="https://patreon.com/libredirect"><img src="./img/donate/patreon.svg"
alt="Patreon badge"></a>
<a class="badge_medium" href="https://opencollective.com/libredirect"><img src="./img/donate/Open-Collective.webp"
alt="Open Collective badge"></a>
<p>
<strong>BCH (Bitcoin Cash):</strong>
<span class="mono">
<a href="bitcoincash:qqz5vfnrngk0tjy73q2688qzw4wnllnuzqfndflhl8">qqz5vfnrngk0tjy73q2688qzw4wnllnuzqfndflhl8</a>
</span>
</p>
<p>
<strong>ETH (Ethereum):</strong>
<span class="mono">
<a href="ethereum:0x896e5796da76e49a400a9186e1c459cd2c64b4e8">0x896e5796da76e49a400a9186e1c459cd2c64b4e8</a>
</span>
</p>
<p>
<strong>XMR (Monero):</strong>
<span class="mono">
<a
href="monero:4AM5CVfaGsnEXQQjZSzJvaWufe7pT86ubcZPr83fCjb2Hn3iwcForTWFy2Z3ugXcufUwHaGcucfPMFgPXBFSYGFvNrmV5XR">
4AM5CVfaGsnEXQQjZSzJvaWufe7pT86ubcZPr83fCjb2Hn3iwcForTWFy2Z3ugXcufUwHaGcucfPMFgPXBFSYGFvNrmV5XR
</a>
</span>
</p>
<p>If you wish to donate via BTC, please swap it and send it to our BCH address instead. We recommend <a
href="https://fixedfloat.com">fixedfloat.com</a> to swap your crypto.</p>
</body>
</html>