diff options
Diffstat (limited to 'cam.html')
-rw-r--r-- | cam.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ </head> <body onkeydown="keyDown(event)"> <div id="screen"> - <img src="img/testbild.gif" class="fullscreen"> + <img src="img/testbild.gif" id="camImage"> </div> </body> </html> |