Skip to content

Instantly share code, notes, and snippets.

@jiyeonseo
Created August 19, 2014 04:46
Show Gist options
  • Save jiyeonseo/03e9b45ab520d8f48ed7 to your computer and use it in GitHub Desktop.
Save jiyeonseo/03e9b45ab520d8f48ed7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head lang="ko">
<meta charset="UTF-8">
<title>First HOMEWORK</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script type="application/javascript" src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script type="application/javascript" src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<style>
.content{
width : 1000px;
margin : 50px auto;
}
.list{
margin-top:20px;
}
#enterNewWork{
width:400px;
}
</style>
</head>
<body>
<div class="content">
<h2>더보기 댓글</h2>
<table class="table">
<thead>
<tr>
<th>index</th>
<th>내용</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<button class="btn btn-default">더보기</button>
</div>
<script type="text/javascript">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment