[Solved] Where and how is Chrome browser getting the CSS for https://dark-theme-animated.srvr.ovh/ ?

Not_OlesNot_Oles Hosting ProviderContent Writer
edited September 2020 in Help

I am asking because, even though the index.html file contains the line

<link rel="stylesheet" href="src/css/style.css" />

and even though the style.css file is available the Chrome browser built-in Development Tools say that the browser is downloading only four requests, and none of the four requests is a css file:

Also, when I look at the CSS column of the Network tab in Dev Tools, it sees zero css files:

So, from where is the CSS coming? Is the css line in index.html even needed at all since it seems not downloaded?

Thanks!

I hope everyone gets the servers they want!

Tagged:

Comments

  • RapToNRapToN Hosting ProviderOG

    I would just say the css files has already been downloaded.

    CTRL + F5 should help or disable cache in the developement tools

    Thanked by (3)Not_Oles ehab yoursunny
  • Not_OlesNot_Oles Hosting ProviderContent Writer

    @RapToN said:
    I would just say the css files has already been downloaded.

    CTRL + F5 should help or disable cache in the developement tools

    Right you are! :) Thanks!

    I hope everyone gets the servers they want!

Sign In or Register to comment.