Create menu_de.html
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Menu</title>
|
||||
<style type="text/css">
|
||||
a {
|
||||
text-decoration:none;
|
||||
margin: 0px 0px 0px 0px;
|
||||
color:black;
|
||||
font-size: small;
|
||||
}
|
||||
body {
|
||||
font-family:verdana,arial,sans-serif;
|
||||
font-size:medium;
|
||||
margin:10px;
|
||||
background-color: rgb(119, 196, 135);
|
||||
text-align: left;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
h3 {
|
||||
margin: 0px 0px -15px 0px;
|
||||
text-align: center;
|
||||
}
|
||||
h4,h5 {
|
||||
text-align: center;
|
||||
margin: 0px 0px 5px 0px;
|
||||
}
|
||||
footer {
|
||||
background: rgb(119, 196, 135);
|
||||
position: fixed;
|
||||
padding-top: 10px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width:100%;
|
||||
}
|
||||
hr {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
body::-webkit-scrollbar {
|
||||
display:none
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h5>Extraktionen</h5>
|
||||
- <a href="https://birdnetgv.ddnss.de/By_Date/" target="content">Nach Datum</a><br>
|
||||
- <a href="https://birdnetgv.ddnss.de/By_Common_Name/" target="content">Nach Namen</a><br>
|
||||
- <a href="https://birdnetgv.ddnss.de/By_Scientific_Name/" target="content">Nach wiss. Namen</a><br>
|
||||
- <a href="https://birdnetgv.ddnss.de/Processed/" target="content">Verarbeitet</a><br>
|
||||
|
||||
<hr class="solid">
|
||||
|
||||
<h5>System-Links</h5>
|
||||
- <a href="https://birdnetgv.ddnss.de/scripts/" target="content">Tools</a><br>
|
||||
- <a href="https://birdnetgv.ddnss.de/phpsysinfo/" target="content">System Info</a><br>
|
||||
- <a href="https://birdnetgv.ddnss.de:8080" target="content">BirdNET-Lite Log</a><br>
|
||||
- <a href="https://birdnetgv.ddnss.de:8888" target="content">Extraction Log</a><br>
|
||||
|
||||
<hr class="solid">
|
||||
|
||||
<h5>Externe Links</h5>
|
||||
- <a href="https://app.birdweather.com" target="_content">BirdWeather</a><br>
|
||||
- <a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">Repository</a><br>
|
||||
- <a href="https://github.com/mcguirepr89/BirdNET-Pi/wiki" target="_content">Wiki Hilfe-Seite</a><br>
|
||||
- <a href="https://v2.wttr.in/51.091414193004574,6.571504893007632" target="content">Wttr.in Report</a><br>
|
||||
- <a href="https://birdnet.cornell.edu" target="_content">BirdNET @ Cornell</a><br>
|
||||
<hr class="solid">
|
||||
|
||||
<h5>Andere<br>BirdNET-Pis</h5>
|
||||
- <a href="https://birdnetpi.pmcgui.xyz" target="_content">United States</a><br>
|
||||
- <a href="https://birds.naturestation.net" target="_content">South Africa</a><br>
|
||||
- <a href="https://birdnetpigermany.hopto.org" target="_content">Germany</a>
|
||||
|
||||
</body>
|
||||
<footer style="font-size: small;">
|
||||
Icon by <a target="_content" style="font-weight: bold" href="https://www.freepik.com" title="Freepik">Freepik</a> from <a target="_content" style="font-weight: bold" href="https://www.flaticon.com/" title="Flaticon">Flaticon.com</a>
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user