<script src="js/jquery-3.6.0.min.js"></script> <script src="js/qrcode.min.js"></script>
new QRCode(document.getElementById("qrcode-default"), "https://glpla.github.io");
new QRCode(document.getElementById("qrcode"), {
text: "https://glpla.github.io",
width: 128,
height: 128,
colorDark: "#000000",
colorLight: "#ffffff",
correctLevel: QRCode.CorrectLevel.H
});