I downloaded a html theme from a website and i'm trying to put it in my codeigniter project. I copy and pasted the .html file from the downloaded theme folder into my view "index_v.php". I also copied the css folder directly into the views folder. The index_v.php file calls the .css file like this
<link rel="stylesheet" href="style.css">
Yet when I load the page it doesn't load the .css file.