Really impressed with all your work.
I know the 404 error can be fixed with adding a blank index.html page which works well.
however I did find this created a kind of overlay over the screen which you can remove by pressing Exit.
So I played with the index.html and this now self closes the blank 'overlay' page:
Code: Select all
<html>
<body onload="
this.focus(); self.opener=this; self.close();">
</body>
<html>