From f961306d40654ac6a1ab7c262af7af74401dc693 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 10 Jun 2026 14:06:55 +0200 Subject: init --- src/frontend.h | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 350 insertions(+) create mode 100644 src/frontend.h (limited to 'src/frontend.h') diff --git a/src/frontend.h b/src/frontend.h new file mode 100644 index 0000000..e9a28f4 --- /dev/null +++ b/src/frontend.h @@ -0,0 +1,350 @@ +static const char *page_html = (const char *)u8R"---( + + + + + Kontrola ekranu + + + +
+ +
+
+
+ +
+
+
podgląd (nie w skali)
+
+ +
+
Tekst
+ +
+
+ +
+
+
+ +
+ + #ffffff +
+
+
+ +
+ + #000000 +
+
+
+ +
+ + #000000 +
+
+
+
+ +
+
+
+ + +
+
+ +
+
+
+ +
+
Profil
+
+
+ +
+ + + +
+
+ + + +)---"; + + + + + + +static const char *ok_html = + "" + "

OK

back"; + +static const char *err_html = + "" + "

missing text field

back"; + +static const char *wifi_off_html = + "" + "

WiFi turning off

"; + -- cgit v1.3.1