Thanks for your reply. I would be interested to know how to make the the pi boot directly to the offline webpage. Naturally, it should also be a full screen browser as the gui is meant to be touch "app" kind of experience.Serving offline pages:
install Apache2 (or nginx)
cd /var/www/html
sudo nano page1.html
<insert code for a valid html page>
save and exit
Then in a browser on the pi go to
http://localhost/page1.html
Statistics: Posted by Surefire Fab — Thu Jul 25, 2024 10:24 am