Skip to content

Commit c686a9c

Browse files
committed
Add 'donate.html' page
1 parent 744aa47 commit c686a9c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

donate.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
6+
7+
<link rel="icon" type="image/vnd.microsoft.icon" href="https://conemu.github.io/conemu.ico">
8+
9+
<link rel="canonical" href="http://conemu.github.io/donate.html" />
10+
11+
<link rel="stylesheet" href="main.css">
12+
13+
<title>ConEmu donation</title>
14+
15+
<body>
16+
17+
<div class="wrapper">
18+
<div class="maincol">
19+
20+
<div class="text">Flattr ConEmu on github<a
21+
href="http://flattr.com/thing/2002773/Maximus5ConEmu-on-GitHub">
22+
<br>
23+
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr ConEmu" title="Flattr ConEmu" border="0"></img></a></div>
24+
25+
<div class="text">Unfortunately, PayPal donations are not accepted to Russian accounts.</div>
26+
27+
</div>
28+
</div>
29+
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)