Alte Version abgeändert auf neue Datebank /-Struktur).
This commit is contained in:
22
public/statistik.html
Normal file
22
public/statistik.html
Normal 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>
|
||||
Reference in New Issue
Block a user