-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.02 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snap-Deck</title>
<link rel="stylesheet" href="style.css">
<!-- <script defer src="js/jquery.min.js"></script>
<script defer src="js/jsPDF/dist/jspdf.min.js"></script> -->
<!-- <script defer src="https://printjs-4de6.kxcdn.com/print.min.js"></script>
<script defer src="https://printjs-4de6.kxcdn.com/print.min.css"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.js"></script>
<script defer src="script.js"></script>
</head>
<body>
<div class="screen">
<video id="video">Video stream not available.</video>
<button id="startbutton">Capture</button>
</div>
<div id="output">
</div>
<!-- <div class="output">
<img id="photo" alt="The screen capture will appear in this box.">
</div> -->
</body>
</html>