-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (29 loc) · 1.13 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Set Base URL</title>
<style>
body {
width: 300px;
padding: 10px;
}
input, button {
width: 100%;
padding: 8px;
margin-top: 10px;
}
</style>
</head>
<body>
<h2>IMDbPlay</h2>
<p>Donating helps keep this extension updated and running smoothly—plus, it gives me the motivation to avoid procrastination... mostly!</p>
<p style="text-align: center">
<a href="https://www.paypal.com/paypalme/avramator/1" target="_blank"><img src="icons/1-eur.png" alt="Donate €1" title="Donate €1"></a>
<a href="https://www.paypal.com/paypalme/avramator/5" target="_blank"><img src="icons/5-eur.png" alt="Donate €5" title="Donate €5"></a>
<a href="https://www.paypal.com/paypalme/avramator/10" target="_blank"><img src="icons/10-eur.png" alt="Donate €1" title="Donate €10"></a>
<a href="https://www.paypal.com/paypalme/avramator" target="_blank"><img src="icons/custom-eur.png" alt="Donate custom amount" title="Donate custom amount"></a>
</p>
</body>
</html>