diff options
Diffstat (limited to 'cam_public/view.html')
-rw-r--r-- | cam_public/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cam_public/view.html b/cam_public/view.html index d6bc329..4b846ab 100644 --- a/cam_public/view.html +++ b/cam_public/view.html @@ -6,6 +6,7 @@ #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> + <script src="view.js"></script> </head> <body> <img id="cam" src="../stream.mjpeg"></img> |