HTML stopped binding to css when I uploaded it in file manager

My html stopped binding to css when i uploaded it in file manager

I just checked your site index, css/base.css loads without an issue but css/vendor.css and css/main.css both fail to load and give a 404 error. check that you have uploaded these two missing files into your css directory

<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
1 Like

yes now i uploaded and it stee doesnt work

clear your browser cache and it’ll work

4 Likes

ok thx

you’re welcome :slight_smile:

beautiful looking website, well done

4 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.