removed ugly link stuff

This commit is contained in:
Patrick McGuire
2021-10-22 17:16:52 -04:00
parent ebbcca027d
commit 464dd646af
2 changed files with 21 additions and 9 deletions
+10 -3
View File
@@ -2,16 +2,23 @@
<head>
<title>HTML Frames Example - Menu</title>
<style type="text/css">
a {
text-decoration:none;
color:black;
}
body {
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:10px;
margin-bottom:50px;
background-color: rgb(119, 196, 135);
}
h4 {
}
h4 {
text-decoration:underline;
}
h4,h5 {
margin: 15px 0px 0px 0px;
}
}
</style>
</head>
<body>
+11 -6
View File
@@ -2,6 +2,12 @@
<head>
<title>BirdNET-Pi</title>
<style type="text/css">
a {
font-weight:bold;
text-decoration:none;
color:black;
}
body {
text-align:center;
font-family:verdana,arial,sans-serif;
@@ -17,21 +23,20 @@ body {
top: 0px;
left: 0px;
}
</style>
</head>
<body>
<div id="content">
<img src="images/bird.png" class="ribbon"/>
</div>
<h2>BirdNET-Pi</h2>
<h1><em>BirdNET</em>-Pi</h1>
<p>
<a href="/viewdb.php" target="content">Database View</a> |
<a href="/spectrogram.php" target="content">Spectrogram View</a> |
<a href="http://birdnetpi.local:8080" target="content">BirdNET-Lite Log</a> |
<a href="http://birdnetpi.local:8888" 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>
<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>
</p>
</body>
</html>