From 36b66ad9d7b2e9c7baebbe0ca0071b8740b73f07 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Fri, 4 Apr 2025 09:00:52 -0600 Subject: [PATCH] Basic html file --- data/htu21d.json | 1 + index.html | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 data/htu21d.json create mode 100644 index.html diff --git a/data/htu21d.json b/data/htu21d.json new file mode 100644 index 0000000..7c3f5c9 --- /dev/null +++ b/data/htu21d.json @@ -0,0 +1 @@ +{ "temperature": 24.60, "humidity": 52.68 } diff --git a/index.html b/index.html new file mode 100644 index 0000000..da3f384 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + Sensor Dashboard + + +
+

HTU21D data

+
+

🌡️ Temperature: --C

+

💧 Humidity: --%

+
+ +
+ + \ No newline at end of file