a couple mime types used in the 3.x reference

This commit is contained in:
Ben Fry
2021-08-08 09:35:35 -04:00
parent 4a2259462b
commit 5feac445e4
+3
View File
@@ -284,7 +284,10 @@ public class WebServer {
contentTypes.put(".css", "text/css");
contentTypes.put(".csv", "text/csv");
contentTypes.put(".eot", "application/vnd.ms-fontobject"); // only in 3.x
contentTypes.put(".gif", "image/gif");
contentTypes.put(".html", "text/html");
contentTypes.put(".ico", "image/x-icon"); // only in 3.x?
contentTypes.put(".jpeg", "image/jpeg");
contentTypes.put(".jpg", "image/jpeg");
contentTypes.put(".js", "text/javascript");