QRCode/index.html
2022-04-20 14:05:50 +08:00

10 lines
132 B
HTML

<!doctype html>
<html>
<script>
(function () {
window.open("./QRScan.php", '_self');
})()
</script>
</body>
</html>