22 lines
472 B
HTML
22 lines
472 B
HTML
<!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> |