Files
AvianVisitors/homepage/top.html
T
2021-10-22 17:16:52 -04:00

43 lines
1.1 KiB
HTML

<html>
<head>
<title>BirdNET-Pi</title>
<style type="text/css">
a {
font-weight:bold;
text-decoration:none;
color:black;
}
body {
text-align:center;
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:10px;
background-color: rgb(119, 196, 135);
}
#content {
position: relative;
}
#content img {
position: absolute;
top: 0px;
left: 0px;
}
</style>
</head>
<body>
<div id="content">
<img src="images/bird.png" class="ribbon"/>
</div>
<h1><em>BirdNET</em>-Pi</h1>
<p>
<a href="/viewdb.php" target="content">Database View</a> |
<a href="/spectrogram.php" target="content">Spectrogram View</a> |
<a href="https://birdnetlog.pmcgui.xyz" target="content">BirdNET-Lite Log</a> |
<a href="https://extractionlog.pmcgui.xyz" target="content">Extraction Log</a> |
<a href="https://birdnetpi.pmcgui.xyz/phpsysinfo" target="content">System Info</a> |
<a href="https://birdnetpi.pmcgui.xyz/scripts/" target="content">Tools</a>
</p>
</body>
</html>