Skip to content

Commit

Permalink
HTML page to render the stream
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipakistan committed Jun 13, 2023
1 parent 28bf9c9 commit 858eab6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>$Title$</title>
<title>Web Camera Stream</title>
</head>
<body>
$END$
<h1>Web Camera Stream</h1>
<img src="{{ url_for('video_feed') }}" width="640" height="480">
</body>
</html>
</html>

0 comments on commit 858eab6

Please sign in to comment.