my PHP file can't link CSS or image or favicon in the HTML part I have used this code so many times in HTML not PHP and it fully works I don't know what is the problem in my code I
<link rel="icon" type="image/ico" href="GoFixWare logo.ico"> <link rel="stylesheet" href="css/bootstrap">
<img class="d-block mx-auto mb-4" src="GoFixWare-logos_transparent.png" alt="" width="100" height="100">
<img src="img_bg-min.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500"
loading="lazy">
am using xampp
<link rel="stylesheet" href="css/bootstrap">
<link rel="icon" type="image/ico" href="GoFixWare logo.ico">