diff --git a/user/httpd.c b/user/httpd.c index b0b5210..285c6fe 100644 --- a/user/httpd.c +++ b/user/httpd.c @@ -66,6 +66,7 @@ typedef struct { static const MimeMap mimeTypes[]={ {"htm", "text/htm"}, {"html", "text/html"}, + {"css", "text/css"}, {"js", "text/javascript"}, {"txt", "text/plain"}, {"jpg", "image/jpeg"},