Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eunsu486
2021-05-28 18:05:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d81414dbb3af1dee69f81ba1a6d75801d0d4c82
2d81414d
1 parent
c0ee6791
Add park.ejs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
views/results/park.ejs
views/results/park.ejs
0 → 100644
View file @
2d81414
<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
Please
register
or
login
to post a comment