-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdonation-cancel.html
24 lines (24 loc) · 1.13 KB
/
donation-cancel.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
<html>
<head>
<link rel="stylesheet" media="screen" href="styles/main.css" type="text/css"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
Audacity Themes Repository
</title>
</head>
<body>
<div class="navigation-bar">
<a href="index.html" class="button">Audacity Themes</a>
<a href="index.html#install" class="button">Installation</a>
</div>
<div class="navigation-gap"></div>
<div class="thumbnail"><img src="media/logo_wht.svg"></img></div>
<div class="content wide-50">
<h1>We're sad that you canceled your donation</h1>
<p>We are working to make Audacity Themes Repository better every day. With your support it's possible for us to sustain our project. Consider donating a small amount of money to help us!</p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7WXXCVTDZWGE&source=url" class="button button-special">Donate</a>
<a href="index.html" class="button">↖ Go back</a></p>
</div>
</body>
</html>