Where are my js and css links in header?

They are probably loaded in your functions.php file in your theme folder.
Look for lines like:

For CSS: wp_enqueue_style( ... );

For JS: wp_enqueue_script( ... );