-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathover.html
More file actions
32 lines (28 loc) · 781 Bytes
/
over.html
File metadata and controls
32 lines (28 loc) · 781 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Over – db11.nl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<strong>db11.nl</strong>
<a href="index.html">Dashboard</a>
<a class="active" href="over.html">Over</a>
<a href="data.html">Data</a>
</nav>
<section>
<h1>Over dit dashboard</h1>
<p>
Dit is een lokaal dashboard met open meetdata van een
SDS011 fijnstofsensor (Sensor.Community).
</p>
<ul>
<li><a href="https://sensor.community/en/sensors/airrohr/">Sensor.Community / Airrohr</a></li>
<li><a href="https://www.samenmeten.nl/fijn-stof-pm25pm10">Uitleg PM2.5 & PM10</a></li>
<li><a href="https://api-rrd.madavi.de/">Madavi data platform</a></li>
</ul>
</section>
</body>
</html>