Files
AvianVisitors/homepage/footer.html
T
2021-10-22 16:52:16 -04:00

23 lines
411 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;
text-align:center;
background-color:black;
color:white;
}
a {
color:white;
}
</style>
</head>
<body>
<a href="https://birdnetpi.pmcgui.xyz/stream" target="footer"><h4>Play Live Audio Stream</h4></a>
</p>
</body>
</html>