diff --git a/forecast.html b/forecast.html new file mode 100644 index 0000000..1330d35 --- /dev/null +++ b/forecast.html @@ -0,0 +1,248 @@ + + +
+ +{{ error }}
+ {% elif forecast and forecast.time %} +Data | +Temperatura maks. (°C) | +Temperatura min. (°C) | +Opady (mm) | +
---|---|---|---|
{{ forecast.time[i] }} | +{{ forecast.temperature_2m_max[i] }} | +{{ forecast.temperature_2m_min[i] }} | +{{ forecast.precipitation_sum[i] }} | +
Brak danych pogodowych.
+ {% endif %} + + +