-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupporter.html
More file actions
62 lines (61 loc) · 2.57 KB
/
supporter.html
File metadata and controls
62 lines (61 loc) · 2.57 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support ReconnectedCC</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="long-modal.css">
<link rel="preload" href="Monocraft.woff2" as="font">
<meta name="description" content="Support ReconnectedCC">
</head>
<body>
<div class="modal">
<h1>Supporter</h1>
<p>Supporter is a subscription service that allows you to support the development of ReconnectedCC and receive
exclusive perks in return. </p>
<p>Supporter is not a donation, and you are not entitled to a refund.</p>
<p>By purchasing Supporter, you agree to the following terms:</p>
<br>
<ul>
<li>Supporter is non-refundable.</li>
<li>Supporter perks are subject to change at any time without notice.</li>
<li>Supporter perks are non-transferable and may not be shared with other users.</li>
<li>Supporter perks are provided as-is and may not be exchanged for other perks or services.</li>
<li>Supporter perks are provided on a best-effort basis and may not be available at all times.</li>
<li>Supporter is a service provided by ReconnectedCC and is not affiliated with Mojang Studios or Microsoft
Corporation.</li>
</ul>
<p>By purchasing Supporter, you agree to these terms and conditions. If you have any questions or concerns,
please contact us at contact@reconnected.cc
</p>
<p>By clicking Next, you will be redirected to our Stripe Checkout page where you can specify the Minecraft Username and acquire Supporter perks</p>
<br>
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
<div class="center">
<stripe-buy-button
buy-button-id="buy_btn_1PuxOsGeivjKTWjPNP5D3VLz"
publishable-key="pk_live_51Prn5ZGeivjKTWjPUTk8km8McseMnJTZqioPtlQ1430X1HZwl7PxFqbZ7p50pcHHW0DZmJAzl6MghK4nsfOspFhZ006opGDMXK"
></stripe-buy-button>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<noscript>
<div class="center">
<a href="https://buy.stripe.com/8wMeVb76QcMB2UU9AA" class="highlight mc-button">Donate</a>
</div>
</noscript>
<div class="center">
<a href="index.html" class="mc-button">Back</a>
</div>
</div>
</body>
</html>