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
+7
View File
@@ -2,6 +2,10 @@
<head> <head>
<title>HTML Frames Example - Menu</title> <title>HTML Frames Example - Menu</title>
<style type="text/css"> <style type="text/css">
a {
text-decoration:none;
color:black;
}
body { body {
font-family:verdana,arial,sans-serif; font-family:verdana,arial,sans-serif;
font-size:medium; font-size:medium;
@@ -10,6 +14,9 @@ body {
background-color: rgb(119, 196, 135); background-color: rgb(119, 196, 135);
} }
h4 { h4 {
text-decoration:underline;
}
h4,h5 {
margin: 15px 0px 0px 0px; margin: 15px 0px 0px 0px;
} }
</style> </style>
+11 -6
View File
@@ -2,6 +2,12 @@
<head> <head>
<title>BirdNET-Pi</title> <title>BirdNET-Pi</title>
<style type="text/css"> <style type="text/css">
a {
font-weight:bold;
text-decoration:none;
color:black;
}
body { body {
text-align:center; text-align:center;
font-family:verdana,arial,sans-serif; font-family:verdana,arial,sans-serif;
@@ -17,21 +23,20 @@ body {
top: 0px; top: 0px;
left: 0px; left: 0px;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="content"> <div id="content">
<img src="images/bird.png" class="ribbon"/> <img src="images/bird.png" class="ribbon"/>
</div> </div>
<h2>BirdNET-Pi</h2> <h1><em>BirdNET</em>-Pi</h1>
<p> <p>
<a href="/viewdb.php" target="content">Database View</a> | <a href="/viewdb.php" target="content">Database View</a> |
<a href="/spectrogram.php" target="content">Spectrogram 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="https://birdnetlog.pmcgui.xyz" target="content">BirdNET-Lite Log</a> |
<a href="http://birdnetpi.local:8888" target="content">Extraction Log</a> | <a href="https://extractionlog.pmcgui.xyz" target="content">Extraction Log</a> |
<a href="http://birdnetpi.local/phpsysinfo" target="content">System Info</a> | <a href="https://birdnetpi.pmcgui.xyz/phpsysinfo" target="content">System Info</a> |
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a> <a href="https://birdnetpi.pmcgui.xyz/scripts/" target="content">Tools</a>
</p> </p>
</body> </body>
</html> </html>