Its not picking up the CSS or JS files as the paths are incorrect.
instead of
/site/index.php/templates/system/css/file.css
you need
/site/templates/system/css/file.css
Basically you need to remove "index.php/" from all the files you are including in your documents head.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.