Fixed css mime type
This commit is contained in:
parent
b328adb177
commit
3c69d8bc67
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ void init_webserver()
|
|||
|
||||
server.on("/css", []()
|
||||
{
|
||||
server.send(200, "text/html", loadSPIFFSFile("/style.css"));
|
||||
server.send(200, "text/css", loadSPIFFSFile("/style.css"));
|
||||
});
|
||||
|
||||
server.on("/", []()
|
||||
|
|
Loading…
Reference in a new issue