16 lines
556 B
HTML
16 lines
556 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
|
|
<table>
|
|
<tbody id="addBody">
|
|
<tr>
|
|
<td></td>
|
|
<td><input type="text" class="form-control form-control-sm tcDt" placeholder="날짜"></td>
|
|
<td><input type="text" class="form-control form-control-sm contents" placeholder="내용"></td>
|
|
<td><input type="text" class="form-control form-control-sm remark" placeholder="비고"></td>
|
|
<td>
|
|
<button type="button" class="btn btn-danger m-0 deleteCareerBtn">삭제</button>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</html> |