23 lines
419 B
HTML
23 lines
419 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: rgb(119, 196, 135);
|
|
color: black;
|
|
}
|
|
a {
|
|
color:black;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="http://birdnetpi.local/stream" target="footer"><h4>Play Live Audio</h4></a>
|
|
</p>
|
|
</body>
|
|
</html>
|