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.
34 lines
962 B
34 lines
962 B
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
<title>메인 페이지</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/notosanskr.css">
|
|
<link rel="stylesheet" href="./assets/css/style.min.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<script src="./assets/js/common.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<!--S: 숨김 메뉴-->
|
|
<ul class="sr-only sr-only-focusable">
|
|
<li><a href="#contents">컨텐츠 바로가기</a></li>
|
|
<li><a href="#nav">메뉴 바로가기</a></li>
|
|
</ul>
|
|
<!--E: 숨김 메뉴-->
|
|
|
|
<!--S: 헤더 영역-->
|
|
|
|
<!--E: 헤더 영역-->
|
|
|
|
<!--S: 컨텐츠 영역-->
|
|
<section id="contents">
|
|
|
|
</section>
|
|
<!--E: 컨텐츠 영역-->
|
|
|
|
<!--S: 푸터 영역-->
|
|
|
|
<!--E: 푸터 영역-->
|
|
</body>
|
|
</html>
|