Files
AvianVisitors/homepage/menu.html
T
Patrick McGuire 1a7694e6ef added mine
2021-11-08 16:54:18 -05:00

49 lines
1.7 KiB
HTML

<html>
<head>
<title>HTML Frames Example - Menu</title>
<style type="text/css">
a {
text-decoration:none;
color:black;
}
body {
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:10px;
margin-bottom:50px;
background-color: rgb(119, 196, 135);
}
h4 {
text-decoration:underline;
}
h4,h5 {
margin: 15px 0px 0px 0px;
}
footer {
position:absolute;
bottom:0;
left:0;
width:100%;
}
</style>
</head>
<body>
<h4>Extractions</h4>
<a href="http://birdnetpi.local/By_Date/" target="content"><h5>By Date</h5></a>
<a href="http://birdnetpi.local/By_Common_Name/" target="content"><h5>By Common Name</h5></a>
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content"><h5>By Scientific Name</h5></a>
<a href="http://birdnetpi.local/Processed/" target="content"><h5>Processed</h5></a>
<h4>External Links</h4>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content"><h5>BirdNET-Pi Repository</h5></a>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/wiki" target="_content"><h5>Wiki Help Page</h5></a>
<a href="https://wttr.in/" target="content"><h5>The wttr.in Report</h5></a>
<a href="https://www.birds.cornell.edu" target="_content"><h5>The Cornell Lab of Ornithology</h5></a>
<h4>Other<br>BirdNET-Pis</h4>
<a href="https://birdnetpi.pmcgui.xyz" target="_content"><h5>United States</h5></a>
<a href="https://birds.naturestation.net" target="_content"><h5>South Africa</h5></a>
<a href="https://birdnetpigermany.hopto.org" target="_content"><h5>Germany</h5></a>
</body>
<footer style="font-size: small;">
Icon made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">Flaticon.com</a>
</html>