Do not load css files

1

Whenever I work from XAMPP and php I do not load the CSS files, which if I then take them to an external server I see that they work without problem.

Do you know if it is due to a bad configuration on my part, bad programming, is a defect of xampp ...?

I show the root (I do not know if there is a better way to see it)

I notice that the platform does not appear in the error (the general folder of the project), it jumps from PHP_WEB_MMR to CSS, but I in my project configuration if I put it as shown below and the rest of the things if they come out. .

Next I show the call to the file.css

<!DOCTYPE html>

<HTML lang="es">

<HEAD>

  <link rel="stylesheet" href="CSS/menu.css">
  <link rel="stylesheet" type="text/css" href="CSS/overhang.min.css" />
</HEAD>

Health

    
asked by NEA 10.08.2018 в 13:15
source

1 answer

0

The directory called Platform is missing.

<link rel="stylesheet" href="Plataforma/CSS/menu.css">

The error that shows the console is because the directory called CSS is in the root of your project, unlike the screenshot that you show your files, where the folder CSS is within Platform .

    
answered by 10.08.2018 в 15:13