programs.html 1.54 KB
<!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&amp;size=120x172&amp;quality=90&amp;direct=true&amp;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&amp;size=120x172&amp;quality=90&amp;direct=true&amp;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>