24 lines
574 B
PHP
Executable File
24 lines
574 B
PHP
Executable File
#!/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>
|