Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
telegeam committed Dec 31, 2023
1 parent 7fb4f08 commit 0d1eb9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions qr/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div id="qrcode"></div>
<script type="text/javascript">
var qrcode = new QRCode(document.getElementById("qrcode"), {
text: "text",
width: 128,
height: 128,
colorDark : "#000000",
colorLight : "#ffffff",
correctLevel : QRCode.CorrectLevel.H
});
</script>

0 comments on commit 0d1eb9f

Please sign in to comment.