views.php: cleanup html
This commit is contained in:
+7
-5
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user