-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
36 lines (34 loc) · 1.77 KB
/
work.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
<!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="style_work.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_con">
<div OnClick="location.href ='fog.html'" style="cursor:pointer;">안개</div>
<div OnClick="location.href ='white.html'" style="cursor:pointer;">결국에는 흰 것이 된다</div>
<div OnClick="location.href ='zeom.html'" style="cursor:pointer;">.....,</div>
<!-- <div OnClick="location.href ='nuk.html'" style="cursor:pointer;">눅눅한 축축한</div> -->
<div OnClick="location.href ='tree_pre.html'" style="cursor:pointer;">식물 사진 아카이브</div>
<div OnClick="location.href ='self.html'" style="cursor:pointer;">자화</div>
<div OnClick="location.href ='pi.html'" style="cursor:pointer;">果膚</div>
<div OnClick="location.href ='but.html'" style="cursor:pointer;">BUT YOU ARE VIRTUAL</div>
<div OnClick="location.href ='blackpoint.html'" style="cursor:pointer;">검은 점</div>
<div OnClick="location.href ='unknown.html'" style="cursor:pointer;">습작</div>
<div OnClick="location.href ='album.html'" style="cursor:pointer;">앨범 커버</div>
</div>
</div>
<div class="footer">
<div>©비 All Rights reserved.</div>
</div>
</body>
</html>