From 437c1179b545927197637c26bb2d87d20401e5f2 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Fri, 23 Apr 2021 23:42:42 -0400 Subject: Update based on what is used now Many changes, mostly to make landing page more readable Oh and a file to read a sensor attached via i2c on a Raspberry Pi and add that to the db --- templates/layout.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html index 2a06690..a49f142 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,12 +1,12 @@ -Weather - +Sensor +
-

Weather

-
-
- {% for message in get_flashed_messages() %} -
{{ message }}
- {% endfor %} +

Sensor Readings

+
+ Bedroom Mainfloor Interactive +
+
{% block body %}{% endblock %} +
-- cgit v1.2.3