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> <!DOCTYPE html>
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>"> <html lang="en">
<style> <head>
<meta charset="UTF-8">
</style> <meta name="viewport" content="width=device-width, initial-scale=1">
<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> <body>
<div class="topnav" id="myTopnav"> <div class="topnav" id="myTopnav">
<form action="views.php" method="GET" id="views"> <form action="views.php" method="GET" id="views">