10 lines
132 B
HTML
10 lines
132 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<script>
|
||
|
(function () {
|
||
|
window.open("./QRScan.php", '_self');
|
||
|
})()
|
||
|
</script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|