Alte Version abgeändert auf neue Datebank /-Struktur).

This commit is contained in:
rxf
2026-03-27 17:26:46 +01:00
commit b7736413d4
87 changed files with 54060 additions and 0 deletions

22
public/statistik.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div id='stati' style="font-family: 'arial';">
<h1>Statistik für Sensor Nr: <span id="stat_sid">140</span></h1>
<table id="stat_table">
<caption>Statistische Daten</caption>
<thead>
<tr>
<th>Zeitraum</th>
<th>Bezeichnung</th>
<th>P10</th>
<th>P2.5</th>
</tr>
</thead>
</table>
</div>
</body>
</html>