summaryrefslogtreecommitdiff
path: root/cam.html
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-07 18:18:50 +0100
committerFlorian <stayawake@lavabit.com>2014-02-07 18:18:50 +0100
commitc7c87eccc2d7deb05826ead8d15f4ddbb5ce4908 (patch)
tree13ea3b2e9e31d89d0021f5d9ebcad237fe84b67a /cam.html
parente75c7a5cb28307509b68c2a0832d704abdd7c565 (diff)
added localstorage test file
Diffstat (limited to 'cam.html')
-rw-r--r--cam.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cam.html b/cam.html
index 60aed46..507835f 100644
--- a/cam.html
+++ b/cam.html
@@ -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>