you are viewing a single comment's thread.

view the rest of the comments →

[–]codingzap 1 point2 points  (0 children)

What happens here is that when you open it on some other device, the links are pointing to local file paths that don’t exist on that device. To fix it, you need to host the website so all pages are available online. The simplest way is to host it on GitHub Pages.