-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.html
46 lines (36 loc) · 1.58 KB
/
galaxy.html
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<!-- 반응형 태그 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SAMSUNG|대한민국|모바일|가전|IT</title>
<link rel="stylesheet" media="all" href="./css/common.css" />
<style></style>
<script></script>
</head>
<body>
<div class="wrap">
<header> <!-- 헤더 시작 -->
</header> <!-- 헤더 종료 -->
<div class="content"> <!-- 콘텐츠 시작 -->
<div class="mainvisual"> <!-- 메인비주얼 시작 -->
</div> <!-- 메인비주얼 종료 -->
<div class="galaxy"> <!-- Galaxy 시작 -->
<h3>Explore our Galaxy</h3>
<ul>
<li><a href="#"><img src="./images/img_grid.webp"/><div>온라인 체험하기</div></a></li>
<li><a href="#"><img src="./images/img_grid.webp"/><div class="controls"></div><div>UNPACKED 영상 다시보기</div></a></li>
<li><a href="#"><img src="./images/img_grid.webp"/><div>갤럭시 스튜디오 찾기</div></a></li>
</ul>
</div> <!-- Galaxy 종료 -->
<div class="product"> <!-- product 시작 -->
</div> <!-- product 종료 -->
<div class="DoWhatYouCant"> <!-- 6개 슬라이드 시작 -->
</div> <!-- 6개 슬라이드 종료 -->
</div> <!-- 콘텐츠 종료 -->
<div class="footer"> <!-- 푸터 시작 -->
</div> <!-- 푸터 종료 -->
</div>
</body>
</html>