Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
-
<h1>
|
12 |
<div class="button-container">
|
13 |
<button type="button" onclick="startWebcam()">Start Webcam</button>
|
14 |
<button type="button" onclick="captureImage()">Capture Image</button>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
+
<h1>Webcam Capture</h1>
|
12 |
<div class="button-container">
|
13 |
<button type="button" onclick="startWebcam()">Start Webcam</button>
|
14 |
<button type="button" onclick="captureImage()">Capture Image</button>
|