When I look at an HTML file through html-preview.github.io, it treats html-preview.github.io as the current directory, so any ./ references don't work. For example, it interprets <img src="./selfie.jpg"> as <img src="https://html-preview.github.io/selfie.jpg">.
When I look at an HTML file through html-preview.github.io, it treats html-preview.github.io as the current directory, so any ./ references don't work. For example, it interprets
<img src="./selfie.jpg">as<img src="https://html-preview.github.io/selfie.jpg">.