-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsub1.html
More file actions
52 lines (47 loc) · 1.76 KB
/
sub1.html
File metadata and controls
52 lines (47 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
<meta name="title" content="" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="copyright" content="" />
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:image" content="logo.png" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/sub.css" />
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css" />
</head>
<body>
<p id="skipNav"><a href="#content">본문바로가기</a></p>
<div id="wrap">
<header id="header">
<!-- 추가 -->
</header>
<!-- //header -->
<section id="subVisual" class="banner1">
<h2>페이지명 서브1</h2>
</section>
<!-- //subvisual -->
<main id="container" class="page sub1">
<section id="content">
<div class="inner">
<h3>페이지명1</h3>
</div>
</section>
</main>
<!-- //main -->
<footer id="footer">
<!-- 추가 -->
</footer>
</div>
<script src="js/common.js"></script>
<script type="module" src="js/sub.js"></script>
</body>
</html>