• This project
    • Loading...
  • Sign in

open-source-group1 / animal-Info

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • animal-Info
  • views
  • results
  • park.ejs
  • Eunsu486's avatar
    Add park.ejs · 2d81414d
    2d81414d
    Eunsu486 authored 2021-05-28 18:05:21 +0900
park.ejs 361 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<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>