-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (19 loc) · 891 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5-qrcode/2.3.4/html5-qrcode.min.js" integrity="sha512-k/KAe4Yff9EUdYI5/IAHlwUswqeipP+Cp5qnrsUjTPCgl51La2/JhyyjNciztD7mWNKLSXci48m7cctATKfLlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="styles.css">
<title>Home</title>
</head>
<body>
<div id="scanner_output"><div class="output_message"><p>Mensagem de texto aqui</p></div></div>
<div id="scanner">
<p id="bip_txt">Modo de bipagem: <span id="bip_type">ENTRADA</span></p>
<button id="bip_btn" class="btn dft-transition">Alterar modo de bipagem</button>
<div id="reader"></div>
</div>
<script src="index.js"></script>
</body>
</html>