Eunsu486

Add park.ejs

<h4>🌳 도시공원 현황</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>도시공원명</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<%=titles%>
</td>
</tr>
</tbody>
</table>
<p class="sum">총 도시공원 개수 :
<%=parks_list.length%>
</p>
\ No newline at end of file