There was an error while loading. Please reload this page.
1 parent 3de12ab commit 3626d7fCopy full SHA for 3626d7f
CaptiveHotspot.ino
@@ -21,11 +21,11 @@ const int MAX_CLIENTS = 16;
21
String indexHTML = "<!DOCTYPE html>"
22
"<html>"
23
"<head>"
24
- "<title>" AP_SSID "Hotspot</title>"
+ "<title>" AP_SSID "</title>"
25
"</head>"
26
VIEWPORT
27
"<body>"
28
- "<h1>" AP_SSID " Hotspot</h1><p>"
+ "<h1>" AP_SSID "</h1><p>"
29
"I accept the terms of usage.</p>"
30
"<button onclick=\"window.location.href = '/accepted';\">Accept</button>"
31
"</body>"
0 commit comments