forked from SoftwareCompare/SoftwareCompare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
62 lines (61 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<title>Software Compare</title>
<link rel='icon' href='./images/SoftwareCompare128px.jpg' type='image/x-icon'/>
<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 href="./styles/style.css" rel="stylesheet" />
</head>
<body>
<div class="header">
<div class="logo">
<a href="./">
<img src="./images/SoftwareCompare128px.jpg" alt="SoftwareCompareLogo"
style="width:64px;height:64px;"></a>
<div class="logo-title">
<a href="./"><h2>SoftwareCompare</h2></a>
</div>
</div>
<div class="header-right">
<a class="link-header"
href="./about.html">About</a>
</div>
<div class="header-right">
<a class="link-header"
href="./donate.html">Donate</a>
</div>
<div class="header-right">
<a class="link-header"
href="./contact.html">Contact</a>
</div>
</div>
<h3>
This site is a passion project I started in my free time,
and has no source of revenue. If you would like to keep
this site alive and actively maintained, please consider
making a donation. Also please <a href="./contact.html">contact</a>
me if you would like a new chart/feature to be
implemented. Thank you all for your support!
</h3>
<h2>
Monero
</h2>
<p>
4A8xBr1jMhV84wdVRHCwCs1293quJrwC8jAtJkrqKzDKJZhw33V2g26YDe7wbiuQy7KkaEY8B6YYoBdB3auTfXZiUwLLj5q
</p>
<h2>
Ethereum / BAT
</h2>
<p>
0x102614952215FF8413A1f3768A0c44Bc38E7F659
</p>
<h2>
Solana
</h2>
<p>
GQNsb5Sz86rrccwUihe1jwUaZM5xET1nLiB2DAWXUyRN
</p>
</body>
</html>