15 lines
192 B
HTML
15 lines
192 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<meta http-equiv="refresh" content="5" />
|
|
<body>
|
|
|
|
<h1>MSV Webcam</h1>
|
|
<p>You are connected!</p>
|
|
|
|
|
|
<img src="data/still.jpg" alt="still webcam image">
|
|
|
|
</body>
|
|
</html>
|