programs.html
1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8">
<title>Programs</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<div class="navigation_main">
<a href="/logout"><button type="button" class="btn btn-primary">Logout</button></a>
<a href="/main"><button type="button" class="btn btn-primary">search</button></a>
<a href="/mypage"><button type="button" class="btn btn-primary">myPage</button></a>
<a href="/timetable"><button type="button" class="btn btn-primary">mySchedule</button></a>
</div>
<div class="contents_main">
<h1>This is Programs</h1>
<li><img src="https://search.pstatic.net/common?type=o&size=120x172&quality=90&direct=true&src=http%3A%2F%2Fsstatic.naver.net%2Fkeypage%2Fimage%2Fdss%2F57%2F03%2F30%2F31%2F57_9033031_poster_image_1543806768348.jpg"></li>
<li>2018</li>
<li>아모르파티</li>
<li>SUN</li>
<li>2240</li>
<button type="button" class="btn btn-warning">ADD</button>
<li><img src="https://search.pstatic.net/common?type=o&size=120x172&quality=90&direct=true&src=http%3A%2F%2Fsstatic.naver.net%2Fkeypage%2Fimage%2Fdss%2F57%2F03%2F30%2F31%2F57_9033031_poster_image_1543806768348.jpg"></li>
<li>2018</li>
<li>아모르파티</li>
<li>SUN</li>
<li>2240</li>
<button type="button" class="btn btn-warning">ADD</button>
</div>
</body>
</html>