removing my urls

This commit is contained in:
Patrick McGuire
2021-10-23 07:55:29 -04:00
parent a171e6a8eb
commit 49932a0561
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ a {
</style>
</head>
<body>
<a href="https://birdnetpi.pmcgui.xyz/stream" target="footer"><h4>Play Live Audio Stream</h4></a>
<a href="http://birdnetpi.local/stream" target="footer"><h4>Play Live Audio Stream</h4></a>
</p>
</body>
</html>
+4 -4
View File
@@ -23,10 +23,10 @@ h4,h5 {
</head>
<body>
<h4>Extractions</h4>
<a href="https://birdnetpi.pmcgui.xyz/By_Common_Name/" target="content"><h5>By Common Name</h5></a>
<a href="https://birdnetpi.pmcgui.xyz/By_Date/" target="content"><h5>By Date</h5></a>
<a href="https://birdnetpi.pmcgui.xyz/By_Scientific_Name/" target="content"><h5>By Scientific Name</h5></a>
<a href="https://birdnetpi.pmcgui.xyz/Processed/" target="content"><h5>Processed</h5></a>
<a href="http://birdnetpi.local/By_Common_Name/" target="content"><h5>By Common Name</h5></a>
<a href="http://birdnetpi.local/By_Date/" target="content"><h5>By Date</h5></a>
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content"><h5>By Scientific Name</h5></a>
<a href="http://birdnetpi.local/Processed/" target="content"><h5>Processed</h5></a>
<h4>External Links</h4>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content"><h5>BirdNET-Pi Repository</h5></a>
<a href="https://birdnetwiki.pmcgui.xyz" target="_content"><h5>Wiki Help Page</h5></a>
+4 -4
View File
@@ -33,10 +33,10 @@ body {
<p>
<a href="/viewdb.php" target="content">Database View</a> |
<a href="/spectrogram.php" target="content">Spectrogram View</a> |
<a href="https://birdnetlog.pmcgui.xyz" target="content">BirdNET-Lite Log</a> |
<a href="https://extractionlog.pmcgui.xyz" target="content">Extraction Log</a> |
<a href="https://birdnetpi.pmcgui.xyz/phpsysinfo" target="content">System Info</a> |
<a href="https://birdnetpi.pmcgui.xyz/scripts/" target="content">Tools</a>
<a href="http://birdnetpi.local" target="content">BirdNET-Lite Log</a> |
<a href="http://birdnetpi.local" target="content">Extraction Log</a> |
<a href="http://birdnetpi.local/phpsysinfo" target="content">System Info</a> |
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a>
</p>
</body>
</html>