Files
AvianVisitors/homepage/menu.html
T
2021-10-21 14:39:05 -04:00

33 lines
1.3 KiB
HTML

<html>
<head>
<title>HTML Frames Example - Menu</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:10px;
margin-bottom:50px;
background-color: rgb(119, 196, 135);
}
h4 {
margin: 15px 0px 0px 0px;
}
</style>
</head>
<body>
<h4>Extractions</h4>
<a href="http://birdnetpi.local/By_Common_Name/" target="content"><h5>By Common Name</h5></a>
<a href="http://birdnetpi.local/By_Date/" target="content"><h5>By Date</h5></a>
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content"><h5>By Scientiffic Name</h5></a>
<a href="http://birdnetpi.local/Processed/" target="content"><h5>Processed</h5></a>
<h4>GitHub</h4>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content"><h5>Repository</h5></a>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/discussions" target="_content"><h5>Discussions</h5></a>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/issues" target="_content"><h5>Issues</h5></a>
<h4>External Links</h4>
<a href="https://birdnetwiki.pmcgui.xyz" target="_content"><h5>Wiki Help Page</h5></a>
<a href="https://www.accuweather.com" target="content"><h5>Weather</h5></a>
<a href="https://www.birds.cornell.edu" target="_content"><h5>The Cornell Lab of Ornithology</h5></a>
</body>
</html>