samename.html 1.08 KB
<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset=utf-8">
    <title>Samename</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 Samename</h1>
    
        <li>강호동</li>
        <li><img src="https://search.pstatic.net/common?type=a&amp;size=60x76&amp;quality=95&amp;src=http://sstatic.naver.net/people/portrait/201304/20130403113314207.jpg"></li>
    
        <li>강호동</li>
        <li><img src="https://search.pstatic.net/common?type=a&amp;size=60x76&amp;quality=95&amp;src=http://sstatic.naver.net/people/72/201601061648058211.jpg"></li>
    
</div>
</body>
</html>