-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.46 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<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">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="notranslate">
<meta name="theme-color" content="#075985">
<meta name="author" content="Gian Nurwana">
<meta name="title" content="Sample QR Code Scanner">
<meta name="description" content="Sample QR Code S`canner">
<meta name="keywords" content="QR code, qrcode scanner, qrcode">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap" rel="stylesheet">
<title>QR Code Scanner</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<section class="box">
<div class="container">
<h1>QR Code Scanner</h1>
<div class="btn-wrapper">
<button class="btn" data-is-aktif="off">Hidupkan Kamera</button>
</div>
<video id="preview"></video>
</div>
</section>
<footer>
<small>
By: <a href="https://instagram.com/giannurwana19" target="_blank">Gian Nurwana | Kapten Gi</a>
</small>
</footer>
<script src="assets/js/instascan.min.js"></script>
<script src="assets/js/sweetalert2.min.js"></script>
<script src="assets/js/index.js"></script>
</body>
</html>