new view @CaiusX to thank

This commit is contained in:
Patrick McGuire
2021-11-11 17:54:03 -05:00
parent e47d86200d
commit 314782c9be
+6
View File
@@ -63,10 +63,14 @@ $mysqli->close();
<title>BirdNET-Pi DB</title> <title>BirdNET-Pi DB</title>
<!-- CSS FOR STYLING THE PAGE --> <!-- CSS FOR STYLING THE PAGE -->
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<style>
</style>
</head> </head>
<body style="background-color: rgb(119, 196, 135);background-image: linear-gradient(to top, rgb(119, 196, 135),black;"> <body style="background-color: rgb(119, 196, 135);background-image: linear-gradient(to top, rgb(119, 196, 135),black;">
<section> <section>
<div class="row">
<div cladd="column" style="width: 75%;padding-left: 15%;">
<h2>Number of Detections</h2> <h2>Number of Detections</h2>
<table> <table>
<tr> <tr>
@@ -82,6 +86,8 @@ $mysqli->close();
<td><?php echo $speciescount;?></td> <td><?php echo $speciescount;?></td>
</tr> </tr>
</table> </table>
</div>
</div>
<div class="row"> <div class="row">
<div class="column"> <div class="column">
<h2>Detected Species</h2> <h2>Detected Species</h2>