slightly cleaner layout

This commit is contained in:
Patrick McGuire
2021-10-22 16:52:16 -04:00
parent 055f9dc0ed
commit df44475b2b
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
body {
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:25px;
margin:10px;
text-align:center;
background-color:black;
color:white;
@@ -16,7 +16,7 @@ a {
</style>
</head>
<body>
<a href="http://birdnetpi.local/stream" target="footer"><h4>Play Live Audio Stream</h4></a>
<a href="https://birdnetpi.pmcgui.xyz/stream" target="footer"><h4>Play Live Audio Stream</h4></a>
</p>
</body>
</html>
+5 -2
View File
@@ -20,14 +20,17 @@ Note the following:
}
</script>
<frameset rows="100,*,70" frameborder="0" border="0" framespacing="0">
<frameset rows="100,*" frameborder="0" border="0" framespacing="0">
<frame name="topNav" src="top.html" scrolling="off">
<frameset cols="150,*" frameborder="0" border="0" framespacing="0">
<frameset rows="*,70" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="off" noresize>
<frame name="footer" src="footer.html" scrolling="off">
</frameset>
<frame name="content" src="/viewdb.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
</frameset>
<frame name="footer" src="footer.html" scrolling="off">
<! -- <frame name="footer" src="footer.html" scrolling="off"> -->
<noframes>
<p>This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p>