-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathilljeong.html
70 lines (67 loc) · 2.12 KB
/
illjeong.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../static/css/bar.css">
<title>Document</title>
</head>
<body>
<h2>일정 관리</h2>
<div style="position:fixed; top:70px; height:100%; left: 0; width: 33.3%; background-color: aqua;">
<center>
<h4>3/1</h4>
<img style="width:80%; border-radius: 10px;" src="../static/image/haeba.png">
<br>
<br>
<img src="../static/image/haeba.png">
<br>
<br>
<img src="../static/image/haeba.png">
</center>
</div>
<div style="position:fixed; top:70px; height:100%; left: 33.3%; width: 33.3%; background-color: blue;">
<center>
<h4>3/2</h4>
</center>
<img src="../static/image/haeba.png">
<br>
<br>
<img src="../static/image/haeba.png">
<br>
<br>
<img src="../static/image/haeba.png">
</div>
<div style="position:fixed; top:70px; height:100%; left: 66.6%; width: 33.3%; background-color: chartreuse;">
<center>
<h4>3/3</h4>
</center>
<img src="../static/image/haeba.png">
<br>
<br>
<img src="../static/image/haeba.png">
<br>
<br>
<img src="../static/image/haeba.png">
</div>
<div class="bottom_menu">
<div>
<a href="'kiwe.html"><img src="../static/image/calenpng"></a>
<!-- 수정 -->
</div>
<div>
<a href="friends.html"><img src="../static/image/home.png"></a>
<!-- 수정 -->
</div>
<div>
<a href="memories.html"><img src="../static/image/heart.png"></a>
<!--수정 -->
</div>
<div>
<a href="'setting.html"><img src="../static/image/setting.png"></a>
<!-- 수정 -->
</div>
</div>
</body>
</html>