blob: 43a4c6bfa9d39ea12c37e237bb40479007be3146 [file] [log] [blame]
<html>
<head>
<title>Person Detection - Aether Edge Application</title>
</head>
<body>
<h1>Person Detection - Aether Edge Application</h1>
{% for x in devices %}
<img src="{{ url_for('video_feed', device=x) }}">
{% endfor %}
</body>
</html>