new view @CaiusX to thank
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user