Front-Page console errors, css stylesheet not loading

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?

@bianca Hi. Have you checked to see if the path to the css files are correct, e.g.
(replace yoursitename.com with your url)

http://yoursitename.com/style.css
http://yoursitename.com/above_style.css
http://yoursitename.com/bootstrap/css/bootstrap.css

Do these load when you visit the links?

Yes they do load correctly but when I change it in the header to have the full URL it doesn’t load on the front page properly.

@bianca Please contact us at http://docs.pinegrow.com/contact-us/
Note: Thanks to send us your current project folder through dropbox, google drive or any other file sharing service so we can investigate your issue.