Add table head and body elements
This commit is contained in:
parent
b3ad06a067
commit
c41e2b14c5
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Directory -->
|
||||
<!-- Version: 0.4.0-alpha.1 -->
|
||||
<!-- Version: 0.5.0-alpha.1 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -34,19 +34,28 @@
|
||||
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>
|
||||
<table>
|
||||
<tr>
|
||||
<th id="name">Name</th>
|
||||
<th id="uri">URI</th>
|
||||
<th id="description">Description</th>
|
||||
<th id="public">Public?</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th id="inferencium">Inferencium</th>
|
||||
<td headers="uri inferencium"><code>xmpp://gojayi@muc.xmpp.inferencium.net?join</code></td>
|
||||
<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>
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="name">Name</th>
|
||||
<th id="uri">URI</th>
|
||||
<th id="description">Description</th>
|
||||
<th id="public">Public?</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th id="inferencium">Inferencium</th>
|
||||
<td headers="uri inferencium"><code>xmpp://gojayi@muc.xmpp.inferencium.net?join</code></td>
|
||||
<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>
|
||||
</section>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user