From 55f949f2765209dfd072a67a7a83cb8876ad8ed8 Mon Sep 17 00:00:00 2001 From: Mario Lukas Date: Tue, 8 Dec 2020 23:16:09 +0100 Subject: [PATCH] feat (HTML): added some css to the accesspoint html code --- html/websiteBasic.html | 84 ++++++++++++++++++++++++++++++----------- src/websiteBasic.h | 85 +++++++++++++++++++++++++++++++----------- 2 files changed, 126 insertions(+), 43 deletions(-) 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