-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlockscreen.html
More file actions
33 lines (20 loc) · 830 Bytes
/
lockscreen.html
File metadata and controls
33 lines (20 loc) · 830 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css">
<script src="js.js"></script>
<script src="alerts.js"></script>
<title>Interfaces Pessoa Máquina - iRave</title>
</head>
<body onload="startLockTime(); startDate(); alertOnLock();" onkeypress="displayAlertOnLock();">
<div class="main_screen">
<div id="lockClock"></div>
<div id="date"> </div>
<img id="unlock" onclick='window.location = "fingerprint.html"' src="./assets/icons/unlocked.png">
<!--<div id="backButton" onclick="goBack()"> </div>-->
<div id="lockButton" onclick='home()'> </div>
</div>
<img id="watch" src="./assets/xlarge1-114924.jpg" draggable="false">
</body>
</html>