Skip to content

Commit 3626d7f

Browse files
authored
Update CaptiveHotspot.ino
1 parent 3de12ab commit 3626d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CaptiveHotspot.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ const int MAX_CLIENTS = 16;
2121
String indexHTML = "<!DOCTYPE html>"
2222
"<html>"
2323
"<head>"
24-
"<title>" AP_SSID "Hotspot</title>"
24+
"<title>" AP_SSID "</title>"
2525
"</head>"
2626
VIEWPORT
2727
"<body>"
28-
"<h1>" AP_SSID " Hotspot</h1><p>"
28+
"<h1>" AP_SSID "</h1><p>"
2929
"I accept the terms of usage.</p>"
3030
"<button onclick=\"window.location.href = '/accepted';\">Accept</button>"
3131
"</body>"

0 commit comments

Comments
 (0)