Logo things
Any preference? @mcguirepr89 https://i.imgur.com/s0qfRIZ.png https://i.imgur.com/eymuHiS.png
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 30 KiB |
+2
-2
@@ -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"');
|
||||
@@ -51,7 +51,7 @@ if(isset($_GET['stream'])){
|
||||
<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'])) {
|
||||
|
||||
Reference in New Issue
Block a user