Skip to content

Commit

Permalink
Update barcode.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSlash authored Sep 17, 2024
1 parent 031d8ab commit 497ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aztec Barcode Generator</title>
<title>Login Barcode Generator</title>
<script>
function aztec(text, sec, lay) { // make Aztec bar code
var e = 20000, BackTo, numBytes, CharSiz = [5,5,5,5,4];
Expand Down

0 comments on commit 497ed8d

Please sign in to comment.