Logo things

Any preference? @mcguirepr89
https://i.imgur.com/s0qfRIZ.png
https://i.imgur.com/eymuHiS.png
This commit is contained in:
ehpersonal38
2022-05-24 10:20:30 -04:00
parent 5fe5833861
commit aa4f417ca7
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ if(isset($_GET['stream'])){
echo "
<audio controls autoplay><source src=\"/stream\"></audio>
</div>
<h1><a href=\"/\">BirdNET-Pi</a></h1>
<h1><a href=\"/\"><img class=\"topimage\" src=\"images/bnp.png\"></a></h1>
</div>";
} else {
header('WWW-Authenticate: Basic realm="My Realm"');
@@ -46,12 +46,12 @@ if(isset($_GET['stream'])){
}
}
} else {
echo "
echo "
<form action=\"\" method=\"GET\">
<button type=\"submit\" name=\"stream\" value=\"play\">Live Audio</button>
</form>
</div>
<h1><a href=\"/\">BirdNET-Pi</a></h1>
<h1><a href=\"/\"><img class=\"topimage\" src=\"images/bnp.png\"></a></h1>
</div>";
}
if(isset($_GET['filename'])) {