Resource interpreted as Stylesheet but transferred with MIME type text/html:
我的jsp页面代码如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Send</title>
<!-- The styles -->
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
</head>
<body></body>
</html>
可是在谷歌浏览器中总是出现:
Resource interpreted as Stylesheet but transferred with MIME type text/html:"http://localhost:8080/jmail/css/bootstrap.css".
的错误,路径没问题,只是为什么?求解