Website URL
Error Message
There is no styling - /css/style.cs is not recognized.
in head tag:
Folder structure:
Other Information
index.html correctly finds style.css when I work locally on my computer.
A typo in the post above.
The head tag has
<link rel="stylesheet" href="/css/style.css">
Read again, your folder is CSS, not css
Please note that files and directories on our servers are case sensitive. So the folders css and CSS are not the same.
So it’s case sensitive?
Got it.
Thanks, I was not aware.