-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (85 loc) · 3.34 KB
/
index.html
File metadata and controls
92 lines (85 loc) · 3.34 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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/main.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>
<!-- //header -->
<section id="visual">
<ul class="main-banner">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<p class="btn-wrap">
<button class="btn prev"><i class="xi-angle-left"></i></button>
<button class="btn next"><i class="xi-angle-right"></i></button>
</p>
<ul class="paging">
<li class="on"></li>
<li></li>
<li></li>
<li></li>
</ul>
</section>
<!-- //visual -->
<main id="container" class="main">
<section id="content">
<div class="con-box con1">
<div class="inner">
<h2>메인타이틀1</h2>
</div>
</div>
<!-- //비지니스 -->
<div class="con-box con2">
<div class="inner">
<h2>메인타이틀2</h2>
<ul>
<li><img src="images/photo0.jpg" alt="" /></li>
<li><img src="images/photo1.jpg" alt="" /></li>
<li><img src="./images/photo2.jpg" alt="" /></li>
</ul>
</div>
</div>
<div class="con-box con3">
<div class="inner">
<h2>메인타이틀3</h2>
</div>
</div>
<div class="con-box con4">
<div class="inner">
<h2>메인타이틀4</h2>
</div>
</div>
</section>
</main>
<!-- //main -->
<footer id="footer">
<!-- footer추가 -->
</footer>
</div>
<script src="js/common.js"></script>
<script type="module" src="js/main.js"></script>
</body>
</html>