-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
66 lines (58 loc) · 2.22 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 lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css" />
<title>Donate</title>
<style>
html {
font-size: 22px;
}
body {
background-color: black;
color: whitesmoke;
}
</style>
</head>
<body>
<div style="text-align: center;">
<a href="/"><img src="images/BALLER-small.png" alt="Koelopog16" class="navlogo" style="text-align: center; vertical-align: middle;"></a>
<span style="font-weight: bold; color: red; font-size: 35px; font-family: 'Courier New', Courier, monospace; vertical-align: middle;">Koelopog16</span>
<h2 style="color: red; text-align: center;">DONATE</h2>
</div>
<div style="text-align: center; margin-top: 25px;">
<button><a href="index.html">Home</a></button>
<button><a href="software.html">Software</a></button>
<button><a href="privacy.html">Privacy</a></button>
</div>
<h2>Donate me!</h2>
<h4 class="slogan">✨ If you like or love my projects that I made, consider donating. ✨</h4>
<hr />
<h2>PAYPAL/Liberapay</h2>
<p>Coming soon.</p>
<hr />
<h2>CRYPTO</h2>
<div class="crypto">
<p>BITCOIN/BTC - bc1qn63ledzhwmnnusqywx3n5asdlftcvjnqj5l85d</p>
<p>
MONERO/XMR -
87aQzusZWMBJnEVtKZ6yz4G6PAAjUsms51cNqXpUnw4GiWZY1XwCBqLbECgmWHR2JmRpfJiU6Y6HYJbMq4K4Kyij87Nbv9E
</p>
<p>
ZEC/ZCASH -
zs1tfqyuts7hxufq5pvt324w4q800p0hk6p82hevmdpkz4jvk94k44u954u7t9ywgv4kqc7zrwmldt
</p>
<p>ETH/ETHEREUM - 0x949B28979b7A02272ccD1547245d39BE33F56761</p>
<p>LTC/LITECOIN - ltc1qvd5hpsqty60zjq0eta6kzs3xh798xyd2aeeukr</p>
</div>
<h3>! I MAY OR NOT SUPPORT MORE CRYPTOCURRENCIES !</h3>
<footer>
<<< © This work is licensed under the
<a href="LICENSE-BY-SA.txt"
>Creative Commons Attribution-ShareAlike 4.0 International</a
>, made by Koelo or Koelopog16. (<a style="color: red;" href="https://github.com/koelopog16/website">Source code</a>) >>>
</footer>
</body>
</html>