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