38 lines
1002 B
HTML
38 lines
1002 B
HTML
<html>
|
|
<head>
|
|
<title>BirdNET-Pi</title>
|
|
<style type="text/css">
|
|
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>
|
|
<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>
|
|
</body>
|
|
</html>
|