Add css mimetype

This commit is contained in:
Jeroen Domburg
2015-02-05 23:10:14 +01:00
parent db687e58d1
commit 65a409dd23
+1
View File
@@ -66,6 +66,7 @@ typedef struct {
static const MimeMap mimeTypes[]={ static const MimeMap mimeTypes[]={
{"htm", "text/htm"}, {"htm", "text/htm"},
{"html", "text/html"}, {"html", "text/html"},
{"css", "text/css"},
{"js", "text/javascript"}, {"js", "text/javascript"},
{"txt", "text/plain"}, {"txt", "text/plain"},
{"jpg", "image/jpeg"}, {"jpg", "image/jpeg"},