-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmime.types
More file actions
24 lines (23 loc) · 1019 Bytes
/
mime.types
File metadata and controls
24 lines (23 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
types {
text/plain txt;
text/html html htm shtml;
text/css css;
image/gif gif;
image/jpeg jpeg jpg;
image/png png;
image/x-icon ico;
application/javascript js;
application/json json;
application/font-woff woff;
font/woff2 woff2;
image/svg+xml svg svgz;
application/pdf pdf;
application/zip zip;
application/x-gzip gz;
application/x-gzip tgz;
application/x-xz xz;
application/x-bz2 bz2;
text/plain sh;
application/x-tar tar;
audio/mpeg mp3;
}