slightly cleaner layout
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family:verdana,arial,sans-serif;
|
font-family:verdana,arial,sans-serif;
|
||||||
font-size:medium;
|
font-size:medium;
|
||||||
margin:25px;
|
margin:10px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-color:black;
|
background-color:black;
|
||||||
color:white;
|
color:white;
|
||||||
@@ -16,7 +16,7 @@ a {
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+5
-2
@@ -20,14 +20,17 @@ Note the following:
|
|||||||
}
|
}
|
||||||
</script>
|
</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">
|
<frame name="topNav" src="top.html" scrolling="off">
|
||||||
<frameset cols="150,*" frameborder="0" border="0" framespacing="0">
|
<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="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>
|
<frame name="content" src="/viewdb.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
|
||||||
</frameset>
|
</frameset>
|
||||||
|
|
||||||
<frame name="footer" src="footer.html" scrolling="off">
|
<! -- <frame name="footer" src="footer.html" scrolling="off"> -->
|
||||||
|
|
||||||
<noframes>
|
<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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user