13 lines
329 B
HTML
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>
|