-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
31 lines (28 loc) · 1.07 KB
/
donate.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
31
<!DOCTYPE html>
<html lang="en">
<head>
<!--# include file="/include/head.html" -->
<link rel="stylesheet" href="/styles/donate.css">
<title>TydiumCraft</title>
</head>
<body>
<!--# include file="/include/header.html" -->
<main>
<center>
<h1>Donate to the TydiumCraft API💚</h1>
<h2>Feeling generous?</h2>
<br>
<b>
<p>If you wanna be nice and donate to the API feel free. It will help keep the API up and help fund any
future projects. Thank you for any contributions. If you do contribute feel free to ping @Tydium in
the discord to get your Donator role.</p>
</b>
<br>
<form action="https://www.paypal.com/donate" method="post" target="_top" id="paypal">
<input type="hidden" name="hosted_button_id" value="YRHL7EYRRULDY" />
</form>
<button type="submit" id="donate" class="donateButton" form="paypal" value="Donate">Donate</button>
</center>
</main>
</body>
</html>