| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <HTML lang="ko">
- <head>
- <meta charset="utf-8">
- <title>UPRO</title>
- <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
- <meta name="format-detection" content="telephone=no">
- <link rel="stylesheet" type="text/css" href="/m/css/common.css">
- <link rel="stylesheet" type="text/css" href="/m/css/sub.css">
- <script type="text/javascript" charset="utf-8" src="/m/js/jquery-1.11.2.min.js"></script>
- <script type="text/javascript" charset="utf-8" src="/m/js/ui.js"></script>
- </head>
- <body>
- <!-- s : header -->
- <? include("../inc/inc_header.html"); ?>
- <!-- // e : header -->
- <!-- s : container -->
- <section id="container">
- <section id="visual" class="visual_sell">
- <h2>내차팔기</h2>
- <p>쉽고 간편한 내차팔기, 견적산출,<br>
- 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
- </section>
- <section id="content">
- <ul class="tender_type">
- <li> <a href="tender_member.html">회원 판매</a>회원가입하시면 다양한 혜택을 누리실 수 있습니다. </li>
- <li> <a href="tender_nonmember.html">비회원 판매</a>회원가입 없이 내 차를 판매하실 수 있습니다. </li>
- </ul>
- </div>
- </section>
- </section>
- <!-- e : container -->
- <!-- s : footer -->
- <? include("../inc/inc_footer.html"); ?>
- <!-- // e : footer -->
- </body>
- </html>
|