mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Consistency on fonts
This commit is contained in:
parent
c965942b2d
commit
c27a4f1484
@ -285,7 +285,7 @@ int WebOTA::add_http_routes(WebServer *server, const char *path) {
|
|||||||
server->on("/", HTTP_GET, [server]() {
|
server->on("/", HTTP_GET, [server]() {
|
||||||
check_auth(server);
|
check_auth(server);
|
||||||
|
|
||||||
server->send(200, "text/html", F("<h1>WebOTA</h1>"));
|
server->send(200, "text/html", F("<h1 style=\"font-family: sans-serif;\">Arduino WebOTA</h1>"));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Upload firmware page
|
// Upload firmware page
|
||||||
|
Loading…
Reference in New Issue
Block a user