-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
38 lines (35 loc) · 2.27 KB
/
donate.html
File metadata and controls
38 lines (35 loc) · 2.27 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
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support LaxMap - Donate</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header-placeholder"></div>
<main>
<div class="container">
<h2>Support LaxMap - Make a Donation!</h2>
<p>Your support helps us cover the costs of running and maintaining LaxMap, allowing us to continue providing free event listings and new features for the lacrosse community.</p>
<p>Every contribution, big or small, makes a difference and is greatly appreciated!</p>
<div class="paypal-donate-button-container" style="margin-top: 30px; text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="jakkolo@gmail.com"> <input type="hidden" name="item_name" value="Support for LaxMap Website">
<input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="https://tuodominio.com/grazie-paypal.html"> <input type="hidden" name="cancel_return" value="https://tuodominio.com/annulla-pagamento.html"> <input type="image" src="https://villageatithaca.org/wp-content/uploads/2020/03/paypal-donate-button.png" width="559" height="216" heightborder="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="200" height="50">
</form>
</div>
<p style="margin-top: 20px;">Thank you for your generosity!</p>
</div>
</main>
<div id="footer-placeholder"></div>
<script src="include.js"></script>
<script src="load-header.js"></script>
</body>
</html>