diff options
author | Florian <stayawake@lavabit.com> | 2014-01-24 12:35:41 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-01-24 12:35:41 +0100 |
commit | 918591b770565a34b20a787946a6f64553447894 (patch) | |
tree | c2fe764d28f1b1e277a5bafaa5a24755112dae17 /cam.html |
initial commit
Diffstat (limited to 'cam.html')
-rw-r--r-- | cam.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cam.html b/cam.html new file mode 100644 index 0000000..60aed46 --- /dev/null +++ b/cam.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html lang=en> +<head> + <meta charset="utf-8"> + <script src="js/cctv-control.js" type="text/javascript"></script> + <link rel="stylesheet" type="text/css" href="css/cam.css"> +</head> +<body onkeydown="keyDown(event)"> + <div id="screen"> + <img src="img/testbild.gif" class="fullscreen"> + </div> +</body> +</html> |