From a6b95592cbc8652c230c296b513a3a8cda5e3dae Mon Sep 17 00:00:00 2001 From: jakub_figat Date: Thu, 24 Jul 2025 12:20:17 +0000 Subject: [PATCH] Add geo_weather.html --- geo_weather.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 geo_weather.html diff --git a/geo_weather.html b/geo_weather.html new file mode 100644 index 0000000..1f36a80 --- /dev/null +++ b/geo_weather.html @@ -0,0 +1,27 @@ + + + + + Pogoda z koordynatów + + + +
+

Pogoda z Open-Meteo

+

Miasto: {{ weather.city }}

+

Szerokość: {{ weather.latitude }}

+

Długość: {{ weather.longitude }}

+

Temperatura: {{ weather.temperature }} °C

+

Wiatr: {{ weather.windspeed }} m/s

+

Czas: {{ weather.time }}

+
+ + +