From 6e8df90987795dace5fb21c06fafa34062e30fe0 Mon Sep 17 00:00:00 2001 From: luandro Date: Fri, 31 May 2024 12:25:25 -0300 Subject: [PATCH] feat(wifi-connect): captive portal experience like airplane using meta http-equiv html tag --- services/wifi-connect/start.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/services/wifi-connect/start.sh b/services/wifi-connect/start.sh index 9773e69..84f7202 100755 --- a/services/wifi-connect/start.sh +++ b/services/wifi-connect/start.sh @@ -26,15 +26,11 @@ cat <<'END_HTML' >/usr/src/app/ui/index.html - - - Page Redirection + Earth Defenders Toolkit Captive Portal + - - If you are not redirected automatically, follow this link to example. +

If you are not redirected automatically, follow this link to Earth Defenders Toolkit.

END_HTML