I put my header
and footer
inside a templates
folder that is inside the views
folder, when I try to load the CSS the browser returns erro 404 - not found
, but I'm following according to what the IDE shows to have no error.
Below the folder structure.
Views
assets
css
js
image
font
font_awesome
errors
template
header
footer
painel_view.php (pagina index)
How did you break into template
I need to upload a ../
folder and then get into assets right?
<link rel="stylesheet" type="text/css" href="../assets/css/bootstrap.min.css">
The file of css
is inside the folder normally.