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

@ -4,7 +4,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>[ngn.tf] | donate</title> <title>[ngn.tf] | donate</title>
<meta content="[ngn] | donate" property="og:title" /> <meta content="[ngn] | donate" property="og:title" />
<meta content="Give me all of your life savings" property="og:description" /> <meta content="Give me all of your life savings" property="og:description" />
<meta content="https://ngn.tf" property="og:url" /> <meta content="https://ngn.tf" property="og:url" />
@ -12,28 +12,32 @@
</svelte:head> </svelte:head>
<Header> <Header>
<c>bash</c> <c>bash</c>
donate.sh donate.sh
</Header> </Header>
<main> <main>
<Card title="bash donate.sh"> <Card title="bash donate.sh">
I work on free/libre and open source software and offer free services. General hosting I work on free/libre and open source software and offer free services. General hosting
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!