-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess_message.html
More file actions
21 lines (21 loc) · 866 Bytes
/
success_message.html
File metadata and controls
21 lines (21 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<style>
{{ css }}
</style>
</head>
<body>
<div class="container">
<div>
<h1>Payment Successful</h1>
<p>Hello,</p>
<p>We just sent you the Satoshis you asked for! Currently, you have received a total of {{ user_amount }} Sats.</p>
<p>If you would like to get information about Bitcoin and Lightning topics or get informed about our next project, you can sign up for our free newsletter (usually not more than one email per month) or follow us on social media.</p>
<p><a href="https://f418.me/en/newsletter/">NEWSLETTER</a> <a href="nostr://npub1qcdvnah7ttamur920j4khl6zknywu9hnykuw0xrkys46yd9qphpq6cjm5p">nostr</a> <a href="https://www.linkedin.com/company/f418-me/">LinkedIn</a></p>
<p>Best regards</p>
<p>{{ logo }}</p>
</div>
</div>
</body>
</html>