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

23 lines
959 B
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">
<h1>Donate</h1>
<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">
2022-12-17 14:47:00 +01:00
<p><code>888ncoFDtpQecZvRgZf5ZCNXSmLVS3st1Yjf4k8SD4Jt4pPUpHkqzKE8UWiKFw9V5W6P946PUpmnS4YGuPkyq997LKQ3HzU</code></p>
2022-11-23 12:11:35 +01:00
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>