From aa72712b30e43bd36968b7a52749f80963f66342 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Sat, 22 Sep 2018 16:19:30 +0200 Subject: Add a simple web site that displays the sensor data This also adds an overly broad CORS policy, complying with best industry practices for IoT. --- monitor.html | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 monitor.html (limited to 'monitor.html') diff --git a/monitor.html b/monitor.html new file mode 100644 index 0000000..c800543 --- /dev/null +++ b/monitor.html @@ -0,0 +1,104 @@ + + + Aktuelles Balkonwetter + + + + + +
+
Temperatur
+
Luftfeuchte
+
Luftdruck
+ +
+
°C +
+
+
% +
+
+
hPa +
+ +
Licht
+
Infrarot
+
Breitband
+ +
+
lux +
+
+
lux +
+
+
lux +
+
+ + + + -- cgit