templates/APIwait.html を追加

This commit is contained in:
yuzu02 2025-02-24 10:45:09 -03:00
parent 3ee7d380e6
commit f076e49b16

10
templates/APIwait.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>QRコードを作成</title>
</head>
<body>
処理中です<br>ちょっと待ってね
<script>setTimeout(function(){location.reload();},1000);</script>
</body>
</html>