diff --git a/html/websiteBasic.html b/html/websiteBasic.html index 15c3302..02e129e 100644 --- a/html/websiteBasic.html +++ b/html/websiteBasic.html @@ -1,23 +1,65 @@ - - WLAN-Einrichtung - - -
-
- Initiale WLAN-Einrichtung -
-
-
-
-
-

- -
-
-
- -
- - + + WLAN-Einrichtung + + + +
+

WiFi Configuration

+
+
+
+
+
+

+ +
+
+

Ready to go?

+ +
+ + + \ No newline at end of file diff --git a/src/websiteBasic.h b/src/websiteBasic.h index 8bb02a7..03548cb 100644 --- a/src/websiteBasic.h +++ b/src/websiteBasic.h @@ -1,24 +1,65 @@ static const char basicWebsite[] PROGMEM = "\ \ - \ - WLAN-Einrichtung\ - \ - \ -
\ -
\ - Initiale WLAN-Einrichtung\ -
\ -
\ -
\ -
\ -
\ -

\ - \ -
\ -
\ -
\ - \ -
\ - \ -\ -"; \ No newline at end of file +\ + WLAN-Einrichtung\ + \ +\ +\ +
\ +

WiFi Configuration

\ +
\ +
\ +
\ +
\ +
\ +

\ + \ +
\ +
\ +

Ready to go?

\ + \ +
\ +\ +\ +"; \ No newline at end of file