1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
ShinobiCE/web/pages/mjpeg.ejs

5 lines
No EOL
166 B
Text

<img class="shinobi-mjpeg-stream" src="<%= url %>">
<style>
body{margin:0;padding:0;}
.shinobi-mjpeg-stream{width:100%;height:100%;position:absolute}
</style>