I've got to be missing something really stupid. User error most likely.
I'm using FTP to upload my files, I can see them in cpanel, and I can see that the code reflects my changes. When navigating to my website however, the index.html page loads, but my styles aren't reflected here. If I go into the source, and click on the css - it shows a 404 page.
My guess is that I am pointing to these wrong, but everything I've tried gives me the same results.
Please tell me how I'm being stupid.
I'm using FTP to upload my files, I can see them in cpanel, and I can see that the code reflects my changes. When navigating to my website however, the index.html page loads, but my styles aren't reflected here. If I go into the source, and click on the css - it shows a 404 page.
My guess is that I am pointing to these wrong, but everything I've tried gives me the same results.
HTML:
<link rel="stylesheet" href="/media/css/main.css">
Please tell me how I'm being stupid.