-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (28 loc) · 828 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
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> -->
<meta charset="UTF-8">
<title>Document</title>
<script src="/js.js"></script>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<video id="video" class="video" autoplay></video>
<div class="panel">
<a href="#overlay">
<div id="snap"></div>
</a>
</div>
<div id="overlay">
<canvas class="result" id="canvas"></canvas>
<a href="#" class="">
<div class="close" id="close">
<div class="loader"></div>
</div>
</a>
<p id="response" style="display:none"></p>
</div>
<div id="mask" onclick="document.location='#';"></div>
</body>
</html>