Skip to content
Snippets Groups Projects
index.html 241 B
Newer Older
Michiel_VE's avatar
Michiel_VE committed
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Hand Gesture Recognition</title>
</head>
<body>
    <h1>Hand Gesture Recognition</h1>
    <img src="{{ url_for('video_feed') }}" alt="Video Feed">
</body>
</html>