jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
712 stars 360 forks source link

Fixes Partial web interface #231 when loaded from file system #240

Closed tobi01001 closed 2 years ago

tobi01001 commented 2 years ago

This will fix the wrong content type for the files being served static.

tobi01001 commented 2 years ago

Ahh well, and either the links to the fonts in https://github.com/jasoncoon/esp8266-fastled-webserver/blob/abe9d84cfae77facb152405e36d1fdd0c068eab8/esp8266-fastled-webserver/data/css/bootstrap-icons-1.7.2.min.css#L7 are wrong or the fonts folder needs to be a sub folder of the css folder...

I do believe the latter is better in order to not modify the "minified" files...

And the minicolors was missing a minicolors png....