yuki/templates/APIwait.html

10 lines
No EOL
221 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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