I have just started my coding journey and recently signed up for ipage hosting. After uploading my .html files to a directory named "Website", I encountered an issue while trying to link multiple pages to the index.html home page. I tried using the code
<li><a href="/website/page2.html">Blank</a></li>
also failed. Whenever I clicked on a link from the index.html page, a "Page Not Found" error message would appear, suggesting that the page was removed or temporarily unavailable. Despite trying different solutions, such as checking the spelling and using search engines like Google, I remain stuck in this predicament. Any assistance would be greatly appreciated!