为什么我的HTML图像无法加载?它只是显示一个代表图像的蓝色框?
这是我的代码
<body>
<img src="ImageFolder/download.jpg">
<h1> Welcome to my smelly fish</h1>
</body>
这是Chrome中的错误
Refused to apply style from
'http://localhost:3000/css/main.css' because its MIME
type ('text/html') is not a supported stylesheet MIME
type, and strict MIME checking is enabled.
download.jpg:1 Failed to load resource: the server
responded with a status of 404 (Not Found)
localhost/:1 Refused to apply style from '
http://localhost:3000/css/main.css' because its MIME t
ype ('text/html') is not a supported stylesheet MIME
type, and strict MIME checking is enabled.