-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzeom.html
52 lines (47 loc) · 1.57 KB
/
zeom.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
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>비</title>
<link rel="stylesheet" href="zeom.css">
<link rel="stylesheet" href="style_com.css">
</head>
<body>
<div class="white_">
<div class="bar">
<div OnClick="location.href ='index.html'" style="cursor:pointer;" class="logo">비</div>
<div class="menu logo" OnClick="location.href ='work.html'" style="cursor:pointer;">ㅁ</div>
</div>
<div class="work_title">
<div>
<span><b>.....,</b></span>
<span class="cap">2”25-; OWNED TEXT 단체전<br>
2020, 캔버스 오간자 위 실크스크린, 54.5 * 78.8</span>
</div>
</div>
<!-- <div class="work_con">
<div class="main_txt item">
<span>
</span>
</div>
</div> -->
</div>
<div class="work_slide">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="sub/zeom/1.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="sub/zeom/2.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="sub/zeom/3.jpg" style="width:100%">
</div>
</div>
<script src="zeom.js"></script>
<div class="footer">
<div>©비 All Rights reserved.</div>
</div>
</body>
</html>