forked from aarextiaokhiao/NG-plus-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
33 lines (33 loc) · 1.26 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
32
33
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="icon.png">
<title>(URGENT!) Donate</title>
<link rel="stylesheet" type="text/css" href="stylesheets/about.css">
<script type="text/javascript" src="javascripts/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="javascripts/notify.js"></script>
</head>
<body style='text-align:center'>
<h1 align="center">Antimatter Dimensions</h1>
<h2 align="center">Aarex's Modifications</h2>
<hr>
<a href="index.html">Play</a> | <a href="about.html">About</a> | <a href='http://discord.gg/KsjcgskgTj'>Discord</a>
<hr>
<h2 align="center">Donate me!</h2>
PayPal (Coming soon!) | Patreon (W.I.P.)
<br>
<br>
<b class="warning">URGENT!</b>
<br>
Please consider donating to me! Without your help, I wouldn't keep developing my games!
<br>
<br>
<b>But why?</b>
<br>
Because my computer is dying. First, it takes a long time to boot up! Second, the fan speeds up at low percentage of CPU/GPU! And finally, my computer is 7 years old!
<br>
<br>
Here's another reason. My family is getting poor soon due to economic recession. Because of that, they probably couldn't get my new computer this year!
</body>
</html>