17 lines
437 B
HTML
17 lines
437 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>🔴 Streaming...</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='style.css') }}">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="title">Camera Feed</div>
|
|
<div id="camera">
|
|
<img id="camera_feed" src="/stream_feed">
|
|
</div>
|
|
</body>
|
|
|
|
</html> |