/home/mjc1/public_html/html/ezpos/html/accessory/hw/introduction.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php header("Content-type:text/html;charset=euckr"); ?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link href="./popup.css" rel="stylesheet" type="text/css">
</head>

<body>
<div class="buyWrap">
    <div class="buyTitle">Çϵå¿þ¾î <span>µµÀԾȳ»</span></div>

    <div class="buyInfo">
        Çϵå¿þ¾î ±¸ÀÔ»ó´ã : <span>(02) 401-5121</span>
    </div>

    <div class="buyBottom">
        <p>º» Çϵå¿þ¾î´Â ´ç»çÀÇ ¼Ö·ç¼Ç°ú ÇÔ²² »ç¿ëµË´Ï´Ù.</p>
    </div>

</div>
</body>