Spaces:
Paused
Paused
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Webcam Image Capture</title>
|
5 |
-
<link rel="stylesheet" href="
|
6 |
</head>
|
7 |
<body>
|
8 |
<h1>Webcam Image Capture</h1>
|
@@ -20,6 +20,6 @@
|
|
20 |
<input type="file" name="file" accept="image/*" id="file-input">
|
21 |
<input type="submit" value="Upload Image">
|
22 |
</form>
|
23 |
-
<script src="
|
24 |
</body>
|
25 |
</html>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Webcam Image Capture</title>
|
5 |
+
<link rel="stylesheet" href="/static/style.css">
|
6 |
</head>
|
7 |
<body>
|
8 |
<h1>Webcam Image Capture</h1>
|
|
|
20 |
<input type="file" name="file" accept="image/*" id="file-input">
|
21 |
<input type="submit" value="Upload Image">
|
22 |
</form>
|
23 |
+
<script src="/static/script.js"></script>
|
24 |
</body>
|
25 |
</html>
|