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

40 lines
1.1 KiB
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>
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0>
<tr>
<td align=center>
<table width=500 height=200 border=0 cellpadding=0 cellspacing=0>
<tr>
<td colspan=2><b>올더게이트 에스크로 시스템 데모</b></td>
</tr>
<tr>
<td colspan=2><hr></td>
</tr>
<tr>
<td><a href=AGS_escrow.html>발송완료/구매확인/구매거절 요청</a></td>
<td>발송완료/구매확인/구매거절을 처리합니다.</td>
</tr>
<tr>
<td colspan=2><hr></td>
</tr>
<tr>
<td colspan=2>Copyright AEGIS ENTERPRISE.Co.,Ltd. All rights reserved.</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>