External CSS file is not loading with link tag External CSS file is not loading with link tag nginx nginx

External CSS file is not loading with link tag


link tag uses href attribute as opposed the the src as you have specified. Please change and check.


It should be

<link rel="stylesheet" type="text/css" href="transmission.min.css">

link tag uses href and not src

Hope it helps!