<!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>