From 333bdb9507ca82709d92fe8919a9b40fc02d7dc7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 15:41:58 +0000 Subject: Minor fixes --- templates/main.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/main.html b/templates/main.html index 296d813..262ba6f 100644 --- a/templates/main.html +++ b/templates/main.html @@ -6,10 +6,10 @@ href= "{{ url_for('static',filename='style.css') }}"> -

{{ forecast_temp }}

+

Outside: {{ forecast_temp }}

Increase

-

{{ actual_temp }}

-

{{ target_temp }}

+

Inside: {{ actual_temp }}

+

Target: {{ target_temp }}

Decrease

Export data

-- cgit v1.2.3