My css file is not linking

Hi, I was trying to add google font links and deleted the line that links the HTML to the CSS. I rewrote the line, but it’s still not working. Idk why. I’ve been trying to figure it out for past 30 min.

Here is my Replit

the css file is not in the same folder, you need to use the relative path to reach the file

I did that like css/styles.css but it was not working

It started working with that path now, idk how and why. But thanks.