You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
962 B

7 years ago
  1. <!DOCTYPE html>
  2. <html lang="ko">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
  6. <title>메인 페이지</title>
  7. <link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/notosanskr.css">
  8. <link rel="stylesheet" href="./assets/css/style.min.css">
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  10. <script src="./assets/js/common.min.js"></script>
  11. </head>
  12. <body>
  13. <!--S: 숨김 메뉴-->
  14. <ul class="sr-only sr-only-focusable">
  15. <li><a href="#contents">컨텐츠 바로가기</a></li>
  16. <li><a href="#nav">메뉴 바로가기</a></li>
  17. </ul>
  18. <!--E: 숨김 메뉴-->
  19. <!--S: 헤더 영역-->
  20. <!--E: 헤더 영역-->
  21. <!--S: 컨텐츠 영역-->
  22. <section id="contents">
  23. </section>
  24. <!--E: 컨텐츠 영역-->
  25. <!--S: 푸터 영역-->
  26. <!--E: 푸터 영역-->
  27. </body>
  28. </html>