Files
rpi/cmds/mjpg_streamer/www/static_simple.html
2014-12-09 10:26:44 +01:00

13 lines
329 B
HTML

<html>
<head>
<title>MJPG-Streamer - Static Example</title>
<!-- refresh page after a few seconds, this works nearly in every browser -->
<meta http-equiv="refresh" content="10" />
</head>
<body>
<center>
<img src="/?action=snapshot" alt="This is a static snapshot" />
</center>
</body>
</html>