-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (94 loc) · 4.36 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="theme-color" content="#000000" />
<title>Code QRScan</title>
<style>
body{
background-color: #000000;
color :#ffffff;
}
video {
width: 100% !important;
height: auto !important;
}
.btn{
margin-top:5px;
margin-bottom:10px;
padding:5px;
background-color: #f2f2f2;
color: #000000;
border-radius:3px;
width: 150px;
cursor: pointer;
}
.camera{
width: 95%;
}
a{
text-decoration: none;
color:#20a8d8;
}
@font-face {
font-family: 'fontello';
src: url('./font/fontello.eot?14907215');
src: url('./font/fontello.eot?14907215#iefix') format('embedded-opentype'),
url('./font/fontello.woff?14907215') format('woff'),
url('./font/fontello.ttf?14907215') format('truetype'),
url('./font/fontello.svg?14907215#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
.icon
{
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
<script type="text/javascript" src="llqrcode.js"></script>
<script type="text/javascript" src="mikhmon_webqr.js?v1"></script>
<script async src="https://arc.io/widget.min.js#rDZc6s4f"></script>
</head>
<body>
<center>
<div id="main">
<div id="mainbody">
<div class="camera" id="outdiv"></div>
<div style="display: table;">
<div style="display: table-row;">
<div style="display: table-cell; padding:3px;">
<div class="btn" id="reload" onclick="location.reload();"><i class="icon icon-arrows-cw"></i> Reload Camera</div>
</div>
<div style="display: table-cell; padding:3px;">
<!-- <div class="btn" onclick="document.location = 'googlechrome://navigate?url=https://laksa19.github.io/myqr/';"></div> -->
<a class="btn" href="intent://ajiedev.github.io/net_qr#Intent;scheme=http;package=com.android.chrome;end"><i class="icon icon-chrome-1"></i> Buka di Chrome</a>
</div>
</div>
</div>
</div>
</div>
<a style="color:white"> Jika membuka kamera depan, mohon tekan "Reload Camera",</a><br><i style="color:white;style="font-size: 13px;"> Jika tidak membuka kamera, mohon tekan Buka di Chrome, jika menggunakan browser lain, ketik di browser https://ajiedev.github.io/net_qr </i> <br>
<div>--- Voucher Code Scanner ---<br><a style="font-size: 10px;">(c) 2023 AjieDev Co. Software Limited</a></div>
</center>
<canvas style="display:none;" id="qr-canvas" width="800" height="600"></canvas>
<script type="text/javascript">load();</script>
<script>
const _0xdec7=['mikhmon','2UvEJff','21LNjHDC','119920fDFtXe','106868MICxeC','36349RDkcdo','9186STSyFO','getElementById','269939fhhbHG','1pdRxag','135287JbeEQd','https://ajiedev.github.io','82884HoljCN','innerHTML','href','Voucher\x20Code\x20-\x20QR\x20Scanner','3WVEXaa','16SYTZRq'];const _0x21bd69=_0x2407;(function(_0x4408b0,_0x4ed70c){const _0x4b9e9e=_0x2407;while(!![]){try{const _0xeb4302=parseInt(_0x4b9e9e(0xb8))*-parseInt(_0x4b9e9e(0xb3))+-parseInt(_0x4b9e9e(0xb7))+parseInt(_0x4b9e9e(0xb0))*parseInt(_0x4b9e9e(0xb9))+parseInt(_0x4b9e9e(0xb5))*-parseInt(_0x4b9e9e(0xc0))+-parseInt(_0x4b9e9e(0xbb))*parseInt(_0x4b9e9e(0xbf))+-parseInt(_0x4b9e9e(0xb2))+-parseInt(_0x4b9e9e(0xb4))*-parseInt(_0x4b9e9e(0xb1));if(_0xeb4302===_0x4ed70c)break;else _0x4408b0['push'](_0x4408b0['shift']());}catch(_0x47dd9d){_0x4408b0['push'](_0x4408b0['shift']());}}}(_0xdec7,0x228ec));let e=document[_0x21bd69(0xb6)](_0x21bd69(0xc1));function _0x2407(_0x299110,_0xef84e6){_0x299110=_0x299110-0xb0;let _0xdec75e=_0xdec7[_0x299110];return _0xdec75e;}e[_0x21bd69(0xbc)]=_0x21bd69(0xbe),e[_0x21bd69(0xbd)]=_0x21bd69(0xba);
</script>
</body>
</html>