11 lines
201 B
HTML
11 lines
201 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>MJPG-Streamer - Static Example</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<img src="./?action=snapshot" alt="This is a static snapshot" />
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|