summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2014-03-18 02:29:25 +0100
committeruntersuchung <untersuchung@debian.(none)>2014-03-18 02:29:25 +0100
commitf4fec2d2c7a1616846c2942b4c6e64645fd94abd (patch)
treefb9bf7155260ae24c656da9bb13f4bee900f5b4c
parentcbc1ab14fd500a47dbda48cd148a26c01aacbb20 (diff)
Add a view mode
-rw-r--r--cam_public/view.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/cam_public/view.html b/cam_public/view.html
new file mode 100644
index 0000000..d6bc329
--- /dev/null
+++ b/cam_public/view.html
@@ -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>