add thead and tbody to fix build failure

This commit is contained in:
ngn 2024-11-22 18:32:00 +03:00
parent 1f0d344d84
commit 8bad9a3a1b

View File

@ -22,18 +22,22 @@
and stuff costs around 550₺ (~$17) per month, so feel free to donate in order to help me keep and stuff costs around 550₺ (~$17) per month, so feel free to donate in order to help me keep
everything up and running! everything up and running!
<table> <table>
<tr> <thead>
<th>Platform</th> <tr>
<th>Address/Link</th> <th>Platform</th>
</tr> <th>Address/Link</th>
<tr> </tr>
<td>Monero (XMR)</td> </thead>
<td> <tbody>
<code> <tr>
46q7G7u7cmASvJm7AmrhmNg6ctS77mYMmDAy1QxpDn5w57xV3GUY5za4ZPZHAjqaXdfS5YRWm4AVj5UArLDA1retRkJp47F <td>Monero (XMR)</td>
</code> <td>
</td> <code>
</tr> 46q7G7u7cmASvJm7AmrhmNg6ctS77mYMmDAy1QxpDn5w57xV3GUY5za4ZPZHAjqaXdfS5YRWm4AVj5UArLDA1retRkJp47F
</code>
</td>
</tr>
</tbody>
</table> </table>
Also huge thanks to all of you who has donated so far, even if it's a small amount, I highly Also huge thanks to all of you who has donated so far, even if it's a small amount, I highly
appreciate it. Thank you! appreciate it. Thank you!