templates/APIwait.html を追加
This commit is contained in:
parent
3ee7d380e6
commit
f076e49b16
1 changed files with 10 additions and 0 deletions
10
templates/APIwait.html
Normal file
10
templates/APIwait.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>QRコードを作成!</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
処理中です<br>ちょっと待ってね
|
||||||
|
<script>setTimeout(function(){location.reload();},1000);</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue