QRCode/index.html

10 lines
132 B
HTML
Raw Normal View History

2022-04-20 06:05:50 +00:00
<!doctype html>
<html>
<script>
(function () {
window.open("./QRScan.php", '_self');
})()
</script>
</body>
</html>