Begin adding Suppot subpage which has recurring payment methods.

This commit is contained in:
2026-06-25 11:21:02 -07:00
parent 464f3aef39
commit 18701a3c56
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/php
<!-- How people can support me in a recurring manner.. -->
<div class="row" id="donate">
<h2 class="col-12 header">Donate</h2>
</div>
<div class="row text">
<div class="col-6 center border">
<strong class="spacing">Preference 1 - BMAC or patreon?</strong>
<p>Send any type of coin.</p>
<div class="header">
</div>
</div>
<div class="col-6 center border">
<strong class="spacing">Preference 2 - The other one!</strong>
<p>Donate directly to an address.</p>
<div class="header">
</div>
</div>
</div>