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