Add css mimetype

pull/30/head
Jeroen Domburg 10 years ago
parent db687e58d1
commit 65a409dd23
  1. 1
      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"},

Loading…
Cancel
Save