-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.html
More file actions
38 lines (32 loc) · 804 Bytes
/
data.html
File metadata and controls
38 lines (32 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Data & bronnen – db11.nl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<strong>db11.nl</strong>
<a href="index.html">Dashboard</a>
<a href="over.html">Over</a>
<a class="active" href="data.html">Data</a>
</nav>
<section>
<h1>Data & betrouwbaarheid</h1>
<p>
De data op deze site is afkomstig van een SDS011 fijnstofsensor,
aangesloten op Sensor.Community.
</p>
<ul>
<li>PM2.5 / PM10: laser light scattering</li>
<li>Temperatuur & RV: onboard sensor</li>
<li>Opslag & visualisatie: Madavi / Grafana</li>
</ul>
<p>
Metingen kunnen beïnvloed worden door:
weersomstandigheden, plaatsing, wifi-storingen en onderhoud.
</p>
</section>
</body>
</html>