HTML exercise from Odin project Challenge: Relative paths [../] were not working. Images not loading and links return 'Cannot GET index.html'
Solution: To run HTML file from VS Code, I used HTML preview and Live server extensions. HTML preview is just for a quick preview, do not expect it to open links or access files outside the directory. With Live Server, it worked when you have botin index.html & dal_makhani.html open at the same time. Images also loaded fine. There's no such issue in GitHub.