greeting.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_company">
  20. <h2>회사소개</h2>
  21. <p>고객 만족에 최선을 다하는 회사가 되겠습니다.</p>
  22. </section>
  23. <section id="content">
  24. <dl class="greeting">
  25. <dt>대한민국 No.1 UPRO</dt>
  26. <dd>고객 만족에 최선을 다하는 회사가 되겠습니다.</dd>
  27. <dd>UPRO는 고객의 신뢰를 가장 중요한 가치로 삼아 최상의 서비스를 제공하고자 끊임없이 노력해왔습니다.<br><br>
  28. 앞으로도 '고객의 신뢰'를 최고의 가치로 삼아 '고객 만족'을 실천할 수 있도록 당사 전 임직원이 최선의 노력을 할 것임을 약속드립니다. <br><br>
  29. 감사합니다. </dd>
  30. </dl>
  31. </section>
  32. </section>
  33. <!-- e : container -->
  34. <!-- s : footer -->
  35. <? include("../inc/inc_footer.html"); ?>
  36. <!-- // e : footer -->
  37. </body>
  38. </html>