The problem is that my CSS is not loading.
I have a folder /var/www/example, and in it i have my index.php and another folder assets where i have the folder /css
in my index.php i linked the css like this :
<link type="text/css" href="/assets/css/style.css" rel="stylesheet">
But when i put style.css in /var/www/example with index.php and i change my code to
href="style.css
it works !!
im working with Apache2