Add table head and body elements

This commit is contained in:
inference 2023-11-20 01:40:59 +00:00
parent b3ad06a067
commit c41e2b14c5
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Directory --> <!-- Inferencium - Website - Directory -->
<!-- Version: 0.4.0-alpha.1 --> <!-- Version: 0.5.0-alpha.1 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -34,19 +34,28 @@
Inferencium are run by me. Channels not under Inferencium branding are Inferencium are run by me. Channels not under Inferencium branding are
either run by me or other people, but are hosted on Inferencium servers.</p> either run by me or other people, but are hosted on Inferencium servers.</p>
<table> <table>
<tr> <thead>
<th id="name">Name</th> <tr>
<th id="uri">URI</th> <th id="name">Name</th>
<th id="description">Description</th> <th id="uri">URI</th>
<th id="public">Public?</th> <th id="description">Description</th>
</tr> <th id="public">Public?</th>
<tr> </tr>
<th id="inferencium">Inferencium</th> </thead>
<td headers="uri inferencium"><code>xmpp://gojayi@muc.xmpp.inferencium.net?join</code></td> <tbody>
<td class="td-desc" headers="description inferencium"><p>General Inferencium channel. All topics permitted, <tr>
excluding NSFW. Multimedia prohibited.<p></td> <th id="inferencium">Inferencium</th>
<td class="td-red" headers="public inferencium">No</td> <td headers="uri inferencium"><code>xmpp://gojayi@muc.xmpp.inferencium.net?join</code></td>
</tr> <td class="td-desc" headers="description inferencium">
<p>General Inferencium channel. All
topics permitted, excluding NSFW.
Multimedia prohibited.<p>
</td>
<td class="td-red" headers="public inferencium">
No
</td>
</tr>
</tbody>
</table> </table>
</section> </section>
</body> </body>