tender.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <HTML lang="ko">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>UPRO</title>
  6. <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/m/css/common.css">
  9. <link rel="stylesheet" type="text/css" href="/m/css/sub.css">
  10. <script type="text/javascript" charset="utf-8" src="/m/js/jquery-1.11.2.min.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/m/js/ui.js"></script>
  12. </head>
  13. <body>
  14. <!-- s : header -->
  15. <? include("../inc/inc_header.html"); ?>
  16. <!-- // e : header -->
  17. <!-- s : container -->
  18. <section id="container">
  19. <section id="visual" class="visual_sell">
  20. <h2>내차팔기</h2>
  21. <p>쉽고 간편한 내차팔기, 견적산출,<br>
  22. 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
  23. </section>
  24. <section id="content">
  25. <ul class="tender_type">
  26. <li> <a href="tender_member.html">회원 판매</a>회원가입하시면 다양한 혜택을 누리실 수 있습니다. </li>
  27. <li> <a href="tender_nonmember.html">비회원 판매</a>회원가입 없이 내 차를 판매하실 수 있습니다. </li>
  28. </ul>
  29. </div>
  30. </section>
  31. </section>
  32. <!-- e : container -->
  33. <!-- s : footer -->
  34. <? include("../inc/inc_footer.html"); ?>
  35. <!-- // e : footer -->
  36. </body>
  37. </html>