cleaning up index.html

This commit is contained in:
Patrick McGuire
2021-10-06 17:43:15 -04:00
parent a8250094af
commit b4adf26e9b
+6 -10
View File
@@ -55,6 +55,7 @@ h1 {
} }
h2 { h2 {
padding-left: 5%;
font-size: 16px; font-size: 16px;
font-weight: normal; font-weight: normal;
white-space: nowrap; white-space: nowrap;
@@ -321,6 +322,11 @@ footer {
<a href="">BirdNET-Lite System</a> <a href="">BirdNET-Lite System</a>
</h1> </h1>
</header> </header>
<h2>
<a href="./stream">
<span class="name">Live Audio Stream</span>
</a>
</h2>
<main> <main>
<div class="listing"> <div class="listing">
<table aria-describedby="summary"> <table aria-describedby="summary">
@@ -418,16 +424,6 @@ footer {
</a> </a>
</td> </td>
</tr> </tr>
<tr class="file">
<td></td>
<td>
<a href="./stream">
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 265 323"><use xlink:href="#file"></use></svg>
<span class="name">stream</span>
</a>
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>