-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacceptFingerprint.html
More file actions
35 lines (25 loc) · 990 Bytes
/
acceptFingerprint.html
File metadata and controls
35 lines (25 loc) · 990 Bytes
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fingerprint.css">
<script src="js.js"></script>
<title>Interfaces Pessoa Máquina - iRave</title>
</head>
<body onload="startTime();">
<div class="main_screen">
<div class="container">
<div class="fingerprintAcceptScreen">
<img class="unlockImages" id="unlocked" src="./assets/icons/unlocked.png">
<img class="checkImages" id="checkMark" src="./assets/icons/check.png">
</div>
</div>
<script>setTimeout(function(){ window.location = "index.html" }, 1000);</script>
<!--<div id="backButton"> </div>
<div id="scrollButton"> </div>-->
<div id="lockButton" onclick='home()'> </div>
</div>
<img id="watch" src="./assets/xlarge1-114924.jpg" draggable="false">
</body>
</html>