What I have: A .html on a computer in my local network at work, without a web server. The index.html is therefore accessed through file:// and not http://.
What I want: A .html that shows the most recent image in a folder and automatically refreshes. I have a program taking screenshots every X seconds and saving them as "NameHHMMSS.jpg".
Is this possible without Web Server, PHP installations and so on? Thank you in advance!