Update webpage "Directory" from version "5.0.0" to "5.0.1"

This commit is contained in:
inference 2024-03-05 01:07:33 +00:00
parent 50dc721f12
commit 01c518852f
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: 5.0.0 --> <!-- Version: 5.0.1 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -42,7 +42,15 @@
<p>For assistance within any channel, contact a moderator of the channel. If an <p>For assistance within any channel, contact a moderator of the channel. If an
issue is related to a moderator, contact an administrator; administrators should issue is related to a moderator, contact an administrator; administrators should
not be contacted unless the issue cannot be resolved by a moderator.</p> not be contacted unless the issue cannot be resolved by a moderator.</p>
<table> <div style="overflow-x: auto;">
<table class="lrg">
<colgroup>
<col class="med"/>
<col style="width:35%"/>
<col class="small"/>
<col style="width:20%"/>
<col style="width:20%"/>
</colgroup>
<thead> <thead>
<tr> <tr>
<th id="name">Name</th> <th id="name">Name</th>
@ -172,6 +180,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
</section> </section>
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div> <div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
</body> </body>