Files
AvianVisitors/homepage/footer.html
T
2022-02-10 09:34:43 -05:00

23 lines
397 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="/stream" target="footer"><h4>Play Live Audio</h4></a>
</p>
</body>
</html>