[add] first

This commit is contained in:
2022-04-20 14:05:50 +08:00
commit 0d33233e22
5 changed files with 194 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html>
<script>
(function () {
window.open("./QRScan.php", '_self');
})()
</script>
</body>
</html>