Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
<div class="container-fluid">
|
| 18 |
<a class="navbar-brand">Navbar</a>
|
| 19 |
<form class="d-flex">
|
| 20 |
-
<button class="btn mr-5 btn-outline-success" type="submit" >Login</button>
|
| 21 |
<button class="btn btn-outline-danger" type="submit" onclick="signup()">Sign up</button>
|
| 22 |
</form>
|
| 23 |
</div>
|
|
@@ -34,7 +34,6 @@
|
|
| 34 |
<button type="button" class="btn btn-primary" id="start">Start Camera</button>
|
| 35 |
|
| 36 |
<button type="button" class="btn btn-danger" onclick="stop_camera()">Stop Camera</button>
|
| 37 |
-
<button type="button" class="btn btn-outline-danger" onclick="login()">Login</button>
|
| 38 |
</div>
|
| 39 |
</div>
|
| 40 |
</div>
|
|
|
|
| 17 |
<div class="container-fluid">
|
| 18 |
<a class="navbar-brand">Navbar</a>
|
| 19 |
<form class="d-flex">
|
| 20 |
+
<button class="btn mr-5 btn-outline-success" type="submit" onclick="login()">Login</button>
|
| 21 |
<button class="btn btn-outline-danger" type="submit" onclick="signup()">Sign up</button>
|
| 22 |
</form>
|
| 23 |
</div>
|
|
|
|
| 34 |
<button type="button" class="btn btn-primary" id="start">Start Camera</button>
|
| 35 |
|
| 36 |
<button type="button" class="btn btn-danger" onclick="stop_camera()">Stop Camera</button>
|
|
|
|
| 37 |
</div>
|
| 38 |
</div>
|
| 39 |
</div>
|