hastebin-clone icon indicating copy to clipboard operation
hastebin-clone copied to clipboard

stylesheet not loading

Open Sumit134coder opened this issue 4 years ago • 1 comments

Sumit134coder avatar Sep 09 '21 15:09 Sumit134coder

the reason for that is in express server.js we initialized middleware express.static("public") and I tried loading it with ./public/style.css where the correct method was /style.css

Sumit134coder avatar Sep 15 '21 11:09 Sumit134coder