Add a view mode

This commit is contained in:
Christian Franke 2014-03-18 02:29:25 +01:00 committed by untersuchung
parent cbc1ab14fd
commit f4fec2d2c7
1 changed files with 13 additions and 0 deletions

13
cam_public/view.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"></meta>
<style type="text/css">
#cam { width: 100%; height: auto; min-height: 100%; min-width: 1024px; position: fixed; top: 0; left: 0; margin: 0; padding: 0 }
body { padding: 0px; margin: 0px; }
</style>
</head>
<body>
<img id="cam" src="../stream.mjpeg"></img>
</body>
</html>