This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/donate.php

25 lines
1.2 KiB
PHP
Raw Normal View History

2022-11-23 12:11:35 +01:00
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<title>Donate</title>
<meta charset="UTF-8">
<meta name="description" content="If you like my efforts and would like to support me, consider donating some Monero to me. You can easily do it anonymously.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Donate</h2>
2022-11-23 12:11:35 +01:00
<p>If you'd like to donate to me then you can do so anonymously using Monero. Any support is greatly appreciated! I am never going to paywall any of my content though and I'm not going to shill a product for some free Monero.</p>
<img src="img/monero-qr.png" alt="image">
2023-07-15 00:45:59 +02:00
<p><code>865aoGB8do1NTjbsMirMHRJM59nCD932PH61P6tsVVfX93RVWZiiK7K3Kos8mq2phMJg8HvTvP7RRJWNMxfPxVDNNS2cBAQ</code></p>
<h2>Vultr VPS</h2>
<p>If you're going to get a VPS on Vultr, you can use my referral link and make me $10 (a little over a month of credit) when you purchase a VPS. <a href="https://www.vultr.com/?ref=9327892">Referral Link</a>.</p>
2022-11-23 12:11:35 +01:00
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>