HTML图片不会加载?

时间:2018-06-28 21:02:49

标签: html image directory load

为什么我的HTML图像无法加载?它只是显示一个代表图像的蓝色框?

这是我的目录结构 enter image description here

这是我的代码

<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.

0 个答案:

没有答案
相关问题