diff options
author | Christian Franke <nobody@nowhere.ws> | 2014-03-19 16:35:56 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2014-03-19 16:43:55 +0100 |
commit | 80efed22b3c0d43d285ebade7eb99259da2071b5 (patch) | |
tree | 38e584b3ec67621ebd558fe2414d79589f34408d /public/cam.html | |
parent | 47685493bc961f0186bab00b24eaf7367468af06 (diff) |
Reload images if mjpegplexer is broken
Diffstat (limited to 'public/cam.html')
-rw-r--r-- | public/cam.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/cam.html b/public/cam.html index 5ab2aaf..4149c77 100644 --- a/public/cam.html +++ b/public/cam.html @@ -8,6 +8,7 @@ </head> <body onkeydown="keyDown(event)" id='body'> <div id="screen"> + <p class="camNumber">23</p> <img src="img/testbild.gif" id="camImage"> </div> <div id="form"> |