-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacceptPurchase.html
35 lines (24 loc) · 977 Bytes
/
acceptPurchase.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
<!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">
<link rel="stylesheet" href="ordersStyle.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="fingerprintDenyScreen">
<img class="checkImages" id="checkMark2" src="./assets/icons/check.png">
<div class="acceptPurchaseText">Compra bem sucedida</div>
</div>
</div>
<script>setTimeout(function(){ window.location = "orders.html" }, 2000);</script>
<div id="lockButton" onclick='home()'> </div>
</div>
<img id="watch" src="./assets/xlarge1-114924.jpg" draggable="false">
</body>
</html>