Eunsu486

Add protection.ejs

1 +<h4> 동물 보호소 현황</h4>
2 +<table class="table">
3 + <thead class="thead-dark">
4 + <tr>
5 + <th>동물 보호소명</th>
6 + </tr>
7 + </thead>
8 + <tbody>
9 + <tr>
10 + <td>
11 + <%=titles%>
12 + </td>
13 +
14 + </tr>
15 +
16 + </tbody>
17 +</table>
18 +<p class="sum">총 동물 보호소 개수 :
19 + <%=protection_list.length%>
20 +</p>
...\ No newline at end of file ...\ No newline at end of file