36 lines
1.0 KiB
PHP
Executable File
36 lines
1.0 KiB
PHP
Executable File
#!/usr/bin/php
|
|
<!-- How people can support me with currency if they so desire. -->
|
|
<div class="row" id="donate">
|
|
<h2 class="col-12 header">Donate</h2>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
Monetary donations can be provided below through cryptocurrencies.
|
|
</p>
|
|
<ul class="indent"><li>
|
|
<table class="border">
|
|
<thead>
|
|
<tr>
|
|
<th class="center"><strong>Description</strong></th>
|
|
<th class="center"><strong>Ticker#</strong></th>
|
|
<th class="left"><strong>Address</strong></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">Monero</td>
|
|
<td class="center">XMR</td>
|
|
<td class="left">4ATk6owoMki46CuVfyAHS57FB5deqVFudTsaifQC1cfmcaQemgPEftcjZcW9DmcyfrfdRjxHQ9m4JAVSorYTgm6h8JnT7ao</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">LBRY/Odysee Credit</td>
|
|
<td class="center">LBC</td>
|
|
<td class="left">bDWP6qZajtm9Q9EkryKTorRwKFd5eDbPJj</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</li></ul>
|
|
</div>
|
|
</div>
|