Files
GTA4RP/files/html/qrcode.html
2021-01-05 01:19:36 -06:00

11 lines
240 B
HTML

<html>
<head>
<title>QR Code</title>
</head>
<body>
<div id="qrcode"></div>
<script type="text/javascript">
new QRCode(document.getElementById("qrcode"), "");
</script>
</body>
</html>