-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiddydonation_testPage.html
40 lines (28 loc) · 1.77 KB
/
diddydonation_testPage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Donations test</title>
</head>
<body>
<p>
Blah Blah Blah
<p>
If you found this post useful/interesting/fun, please
<a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/"><img src="http://localhost:8080/static/images/icons/onepenny.png" /> Donate 1p</a>.
<p>
If you found this post useful/interesting/fun, please
<a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/">Donate <span style="background-color: #89605a;color:white;padding:2px;border: 1px solid #000; text-shadow:1px 1px 1px black; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px">1p</span></a>.
<p>
<a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/"><img src="http://localhost:8080/static/images/icons/onepenny.png" />"Donate just 1p"</a> >> only takes a second
<p>
"Did you find this useful?" >> why not <a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/">donate 1p?</a> (it only takes a second)
<p>
To download/use this software - please <a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/">Donate 1p <img src="http://localhost:8080/static/images/icons/onepenny.png" /></a>.
<p>
To show your support for this software - please <a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/">Donate just 1p <img src="http://localhost:8080/static/images/icons/onepenny.png" /></a>.
<hr>
<p>
To show your support for this software - please <a target="_blank" href="http://localhost:8080/donate?link=http://www.bitvolution.com/&pledgie=8316">Donate just 1p <img src="http://localhost:8080/static/images/icons/onepenny.png" /></a>.
</body>
</html>