homepage adjustments

This commit is contained in:
Patrick McGuire
2021-10-21 14:39:05 -04:00
parent b6279c32e2
commit eecaca6ed7
3 changed files with 16 additions and 17 deletions
+4 -1
View File
@@ -8,7 +8,6 @@ body {
font-size:medium;
margin:10px;
background-color: rgb(119, 196, 135);
background-image: linear-gradient(to top, rgb(119, 196, 135), rgb(149, 226, 165));
}
#content {
position: relative;
@@ -27,6 +26,10 @@ body {
</div>
<h2>BirdNET-Pi</h2>
<p>
<a href="/viewdb.php" target="content">Database View</a> |
<a href="/spectrogram.php" target="content">Spectrogram View</a> |
<a href="http://birdnetpi.local:8080" target="content">BirdNET-Lite Log</a> |
<a href="http://birdnetpi.local:8888" target="content">Extraction Log</a> |
<a href="http://birdnetpi.local/phpsysinfo" target="content">System Info</a> |
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a>
</p>