Regarding the index file:
<link rel="stylesheet" href="css/stylesheet.css"/>
Everything seems to be working fine here.
However, the rest of my html documents are located in a folder called "pages". I'm facing an issue where it can't locate my CSS stylesheet. I attempted:
<link rel="stylesheet" href="../oliverteglhus.dk/css/stylesheet.css"/>
Unfortunately, this doesn't seem to solve the problem. Apologies for the novice question, but I can't seem to figure this out.