From 629c9319b1f3664f63c47be87408b15ae26da5e8 Mon Sep 17 00:00:00 2001 From: Alex Alvarado <931857-alexb737@users.noreply.gitlab.com> Date: Tue, 17 May 2022 12:10:41 +0200 Subject: [PATCH] Added spiffs data files --- data/config.html | 17 +++++++++++++ data/index.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ data/style.css | 5 ++++ 3 files changed, 85 insertions(+) create mode 100644 data/config.html create mode 100644 data/index.html diff --git a/data/config.html b/data/config.html new file mode 100644 index 0000000..1278b65 --- /dev/null +++ b/data/config.html @@ -0,0 +1,17 @@ + +
+

Configuració

+
+
+
+

Punt d'accés

+
+
+
SSID
+
+
+
+
Contrassenya
+
+
+
\ No newline at end of file diff --git a/data/index.html b/data/index.html new file mode 100644 index 0000000..279a2c4 --- /dev/null +++ b/data/index.html @@ -0,0 +1,63 @@ + +
+ +
+
+
+ +
+
+ +
+
+ +
+
+ \ No newline at end of file diff --git a/data/style.css b/data/style.css index 6e17fc2..8f66d63 100644 --- a/data/style.css +++ b/data/style.css @@ -16,5 +16,10 @@ html { font-size: 2em; margin-left: auto; margin-right: auto; +} + +#chrono-label { + margin-left: auto; + margin-right: auto; text-align: center; } \ No newline at end of file