I have created a theme for Wordpress, my index.html is all set up properly. However for the homepage I didn’t want to have the same header so I didn’t use Site Content but the styles are loading on the page.
However, when I check the console for errors, it’s giving me these:
/style.css Failed to load resource: the server responded with a status of 404 (Not Found)
/above_style.css Failed to load resource: the server responded with a status of 404 (Not Found)
/bootstrap/css/bootstrap.css Failed to load resource: the server responded with a status of 404 (Not Found)
I think it’s because it’s not loading from the index.html but I could be wrong. How do I get around this so I don’t get any errors?