29 lines
909 B
HTML
29 lines
909 B
HTML
<html>
|
|
<head>
|
|
<title>HTML Frames Example - Footer</title>
|
|
<style type="text/css">
|
|
body {
|
|
font-family:verdana,arial,sans-serif;
|
|
font-size:medium;
|
|
margin:10px;
|
|
background-color:black;
|
|
color:white;
|
|
}
|
|
a {
|
|
color:white;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3>External Services</h3>
|
|
<p> <a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_top">Project Page</a> |
|
|
<a href="https://birdnetwiki.pmcgui.xyz" target="content">Wiki Help Page</a> |
|
|
<a href="http://birdnetpi.local/stream" target="footer">Live Audio Stream</a> |
|
|
<a href="http://birdnetpi.local/spectrogram.php" target="content">Realtime Spectrogram</a> |
|
|
<a href="external.html" target="content">Links to External Pages</a> |
|
|
<a href="https://www.accuweather.com" target="content">Weather</a> |
|
|
<a href="https://www.birds.cornell.edu" target="_content">The Cornell Lab of Ornitology</a>
|
|
</p>
|
|
</body>
|
|
</html>
|