Files
AvianVisitors/homepage/top.html
T
Patrick McGuire 73417ee3af adding new homepage for testing :)
- replaced all SERVICES arrays with commands
- altered {install,update}_services.sh to install new homepage
- renamed old index.html to mobile.html for mobile redirect
2021-10-20 18:47:00 -04:00

37 lines
1.0 KiB
HTML

<html>
<head>
<title>BirdNET-Pi</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
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;
}
#content img {
position: absolute;
top: 0px;
right: 0px;
}
</style>
</head>
<body>
<div id="content">
<img src="images/bird.png" class="ribbon"/>
</div>
<h2>BirdNET-Pi</h2>
<p>
<a href="http://birdnetpi.local/viewdb.php" target="content"><b>Recognized Birds Library</b></a> |
<a href="http://birdnetpi.local:8080" target="content">Deep Learning Analysis</a> |
<a href="http://birdnetpi.local:8888" target="content">Audio Extraction</a> |
<a href="http://birdnetpi.local/phpsysinfo" target="content">Hardware</a> |
<a href="http://birdnetpi.local/scripts/" target="content">System</a>
</p>
</body>
</html>