<!DOCTYPE html>
<html>
<body>
<h1>Live streaming</h1>
<div>
<img src="{{ url_for('video_feed') }}" width="10%" />
</div>
</body>
</html>