-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1009 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>eKYC Module Pose Challenge</title>
<link rel="stylesheet" href="utils/css/styles.css">
</head>
<body>
<div class="container">
<p><b>Note:</b> Hold your position for a few times until the status <span style="color: green;"><b>"Success"</b></span></p>
<br>
<div class="video-preview">
<video id="video" width="100%" height="100%" autoplay></video>
</div>
<div class="prompt-container">
<div class="challenge-text">
Challenge: Hadap Kanan
</div>
<div class="status-text">
Detecting...
</div>
</div>
</div>
<script src="utils/js/script.js"></script>
</body>
<footer>
<center>eKYC Pose Challenge Module by <a href="https://hanifabdlh.vercel.app/">Hanif Yuli Abdillah P</a></center>
</footer>
</html>