HTML изображение не загружается? - PullRequest
0 голосов
/ 29 июня 2018

Почему мое изображение HTML не загружается? Это просто показывает синее поле, которое представляет изображение?

Вот моя структура каталогов enter image description here

А вот и мой код

<body>
<img src="ImageFolder/download.jpg">
<h1> Welcome to my smelly fish</h1>
</body>

Вот ошибки из хрома

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