Recently, I've started exploring Jekyll as a tool for web development.
I came across this theme called DentistSmile and decided to give it a try.
However, when I run jekyll build, the _site directory is created but the CSS styles don't seem to be rendering properly. The css folder is present, though.
Here's a screenshot showing how it looks on MY server: https://i.sstatic.net/w1fOk.png
Being new to web development and not very familiar with HTML and CSS, I'm struggling to figure out what might be causing this issue. Any help would be greatly appreciated!
If you'd like to take a look, here is the code of index.html from the generated _site folder: Here. Just so you know, I'm using Windows as my operating system.