ReadMe.txt 167 B

12345
  1. Command to open index.html from Raspi:
  2. - Go to folder with index.html
  3. - pushd <filename>.html; python3 -m http.server 9999; popd;
  4. In same network got to <ip>:9999