Hi there, I am new to this platform and I am facing an issue that has me stumped. After working on a part of my website, I decided to upload the files to my phone to review and make necessary changes. However, I am encountering a problem where my phone is not reading the CSS file, JS file, or even the images. I have gone through previous topics with similar problems but nothing seems to work. I am at a loss on what to do as the errors only seem to appear on my phone. Any help or advice would be greatly appreciated. Thank you!
<head>
<meta charset="UTF-8">
<title>Sweet Treats</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>