Does not read CSS file, JS and images on the phone

I’m new to this site and I encountered a problem that I can’t figure out. After I did part of my site I decided to upload the files to my phone and analyze what needs to be changed. The problem is that it doesn’t want to to read the CSS file or the JS file including the images. I looked over the previous topics with a similar problem but it didn’t work. I do not know what to do.Errors only appear on my phone.Help and Thanks!

<head>     <meta charset="UTF-8">     <title>Prajiturele</title>     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css">     <link rel="stylesheet" href="css/style.css">  </head> 

https://imgur.com/a/qgwkiLO

Asked on July 16, 2020 in CSS.
Add Comment
3 Answer(s)

I downloaded an Html Reader and I see that it reads it very well. While in the browser in Firefox or chrome does not read

Answered on July 16, 2020.
Add Comment

if it does not read the CSS file you can use this:

For images, the <img src="(link of your image")>

Check the URL or the title of your CSS files. Do they exactly match? If so, it can be a result of typo errors.

Add Comment

Did you check the src of your JS script and CSS layout ? There might be a problem in links you use

Answered on July 16, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.