views.php: cleanup html

This commit is contained in:
frederik
2024-03-31 19:39:11 +02:00
parent e5a7294381
commit 4f8300d5a1
+7 -5
View File
@@ -47,11 +47,13 @@ elseif ($config["LONGITUDE"] == "0.000") {
}
?>
<!DOCTYPE html>
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
<style>
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BirdNET-Pi DB</title>
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
</head>
<body>
<div class="topnav" id="myTopnav">
<form action="views.php" method="GET" id="views">