Files
AvianVisitors/homepage/footer.html
T
Patrick McGuire a11d6d55ec new footer
2021-11-08 16:49:02 -05:00

23 lines
410 B
HTML

<html>
<head>
<title>HTML Frames Example - Footer</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
font-size:medium;
padding-top: 15px;
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</h4></a>
</p>
</body>
</html>