-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.01 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Поддержать Mangology</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 40px;
background: #f5f5f5;
}
h1 { color: #ff3860; }
a {
display: inline-block;
margin: 10px;
padding: 12px 24px;
background: #2d2b55;
color: white;
border-radius: 5px;
text-decoration: none;
}
a:hover { background: #1a1940; }
</style>
</head>
<body>
<h1>❤️ Поддержать Mangology</h1>
<p>Приложение бесплатно. Если хотите помочь развитию — выберите способ:</p>
<a href="https://boosty.to/mangology" target="_blank">Boosty</a>
<a href="https://paypal.me/mangology" target="_blank">PayPal</a>
<a href="https://donationalerts.com/mangology" target="_blank">DonationAlerts</a>
</body>
</html>