I have different pages for my website and I have put those HTML files in a folder X
and inside there are index.html, main.html, etc and there are more different pages for different articles. Now that I have separated those articles in different folders A
, B
, C
for easy access inside folder X
but now my index.html, main.html etc files are not linking to the article pages. And not even article files are linking to each other.
Look at image for a better understanding of my problem.
<a class="active" href="Index.html" target="_blank">Home</a>
<a href="#" target="_blank">Anime Stuff</a>
<a href="Youtube.html" target="_blank">YouTube</a>
<a href="Contact Me.html" target="_blank">Know Me</a>