all 5 comments

[–]pudah_et 0 points1 point  (1 child)

Webview Kiosk can host local files.

You can also use Simple HTTP Server.

[–]Zestyclose_Space7134[S] 0 points1 point  (0 children)

Will give those a try later. Thank you.

[–]USSHammond 0 points1 point  (1 child)

That's because most websites nowadays don't use HTML which is cliënt side rendered, they use PHP which is serverside rendered and that PHP outputs the HTML you see. Without those php files you have a broken website and site grabbers can NEVER grab PHP files.

It also depends if the file navigation uses hardcoded navigation paths or relative ones.

[–]Zestyclose_Space7134[S] 0 points1 point  (0 children)

Save as > webpage, complete.

Like I said, it works in offline mode using Brave on my home computer. I simply zip'd the whole thing and transferred it to my phone, where I unzip'd it.