diff --git a/WeatherPredictor/web_page.h b/WeatherPredictor/web_page.h index df1be1a..43f074c 100644 --- a/WeatherPredictor/web_page.h +++ b/WeatherPredictor/web_page.h @@ -1,3 +1,129 @@ #pragma once #include -static const char INDEX_HTML[] PROGMEM = "Weather Predictor

Weather Predictor

See /api/current

"; + +static const char INDEX_HTML[] PROGMEM = R"HTML( + + + + + +Weather Predictor + + + +

Weather Predictor

+ +
+
+
Time
--:--
+
Temperature
-- C
+
+
+
Pressure (sea level)
----
+
+
Forecast
...
+
+
+ +
+
+ Pressure (hPa) + Temperature (C) +
+ +
+
+ +
+

Settings

+ + + + + +
+
+ + + + +)HTML";