Files
GTA4RP/files/html/qrcode.html
Vortrex caa6b3986f Revert "Update xml"
This reverts commit 9b8d1f2257.
2021-01-26 04:16:05 -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>