Add th element scope attribute to table columns
This commit is contained in:
parent
68cf8c250b
commit
bf7e05725e
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Directory -->
|
<!-- Inferencium - Website - Directory -->
|
||||||
<!-- Version: 0.1.0-alpha.1 -->
|
<!-- Version: 0.2.0-alpha.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -35,10 +35,10 @@
|
|||||||
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>
|
<tr>
|
||||||
<th>Name</th>
|
<th scope="col">Name</th>
|
||||||
<th>URI</th>
|
<th scope="col">URI</th>
|
||||||
<th>Description</th>
|
<th scope="col">Description</th>
|
||||||
<th>Public?</th>
|
<th scope="col">Public?</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Inferencium</td>
|
<td>Inferencium</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user