Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The web page #9

Open
venkatkrishna07 opened this issue Apr 3, 2020 · 1 comment
Open

The web page #9

venkatkrishna07 opened this issue Apr 3, 2020 · 1 comment

Comments

@venkatkrishna07
Copy link

Where can i find the index.html ,wanted to make so ui changes for my project

@jorauf
Copy link

jorauf commented Sep 8, 2020

@venkatkrishna07, in the same directory as your code you will have to create a folder "templates". Inside the created folder create a file and name it "index.html". Paste the following code inside the html file:

<html>
  <head>
    <title>Video Streaming Demonstration</title>
  </head>
  <body>
    <h1>Video Streaming Demonstration</h1>
    <img src="{{ url_for('video_feed') }}">
  </body>
</html>

You are ready to go! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants