Files
AvianVisitors/homepage/top.html
T
mcguirepr89 db624d5518 adding history and its needed updates
removed viewday.php since history will make it redundant
2022-02-17 12:12:01 -05:00

52 lines
1.3 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;
padding-top: 5px;
padding-left: 10px;
}
footer {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
}
</style>
</head>
<body>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">
<img alt="BirdNET-Pi" src="images/bird.png" style="position:absolute;left:32.5px;top:15px;">
</a>
<h1 style="padding-left:150px;margin:0;">BirdNET-Pi</h1>
<img style="padding-left: 150px;margin:0;" src="images/version.svg"/>
<p style="margin:0;padding-left:150px;padding-top:5px">
<a href="/overview.php" target="content">Overview</a> |
<a href="/viewdb.php" target="content">Database</a> |
<a href="/stats.php" target="content">Species Stats</a> |
<a href="/history.php" target="content">History</a> |
<a href="/spectrogram.php" target="content">Spectrogram</a>
</p>
</body>
</html>