Add th element scope attribute to table columns

This commit is contained in:
inference 2023-11-20 01:17:38 +00:00
parent 68cf8c250b
commit bf7e05725e
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Directory -->
<!-- Version: 0.1.0-alpha.1 -->
<!-- Version: 0.2.0-alpha.1 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -35,10 +35,10 @@
either run by me or other people, but are hosted on Inferencium servers.</p>
<table>
<tr>
<th>Name</th>
<th>URI</th>
<th>Description</th>
<th>Public?</th>
<th scope="col">Name</th>
<th scope="col">URI</th>
<th scope="col">Description</th>
<th scope="col">Public?</th>
</tr>
<tr>
<td>Inferencium</td>