-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththank-you.html
More file actions
28 lines (26 loc) · 1.18 KB
/
thank-you.html
File metadata and controls
28 lines (26 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank you! ❤️</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>Thank you! ❤️ </h2>
<p>Your support help me cover the costs of running and maintaining LaxMap, allowing me to continue providing free event listings and new features for the lacrosse community.</p>
<p align="center"><iframe src="https://giphy.com/embed/l3q2wJsC23ikJg9xe" width="480" height="360" style="" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></p>
<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>