itsolution/module/shop/pg/agspay/AGS_progress.html
2021-10-26 18:21:20 +09:00

27 lines
758 B
HTML

<html>
<head>
<title>
지불처리중...
</title>
<style type="text/css">
<!--
body { font-family:"돋움"; font-size:9pt; color:#000000; font-weight:normal; letter-spacing:0pt; line-height:180%; }
td { font-family:"돋움"; font-size:9pt; color:#000000; font-weight:normal; letter-spacing:0pt; line-height:180%; }
.clsright { padding-right:10px; text-align:right; }
.clsleft { padding-left:10px; text-align:left; }
-->
</style>
</head>
<body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 onblur="window.document.abc.focus();">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0>
<tr>
<td align=center>
처리중입니다. 잠시만 기다려 주십시오.
<br>
<br>
<img src=image/progress.gif name=abc>
</td>
</tr>
</table>
</body>
</html>