forked from jcheckmate21/Cout-rageous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
facepage.html
36 lines (29 loc) · 1016 Bytes
/
facepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sign Up</title>
<link rel="stylesheet" href="styling.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<div class="registerstudent">
<div id="title">
<h2>FACE</h2>
<p>Please look in camera to scan face</p>
</div>
<div id="form">
<div id="facebox"></div>
<div id="sub"><input id="submit" type="submit" name="confirm_password" class="form-control" placeholder="REGISTER FACE"></div>
</div>
<div id="command">
<div>
<a href="fingerpage.html"><div id="nextbtn">next</div></a>
<!-- <div id="reset" type="reset"><a href="#" class="btn btn-default">Reset</a></div> -->
</div>
<input id="resetbtn" type="reset" class="btn btn-default">
</div>
</div>
</body>
</html>