Eunsu486

add footer

1 +<footer id="footer">
2 + <p>opensource project 2018103999 박은수 201700000 오수빈</p>
3 +</footer>
...\ No newline at end of file ...\ No newline at end of file
...@@ -8,10 +8,13 @@ ...@@ -8,10 +8,13 @@
8 8
9 <body> 9 <body>
10 <%- include("components/header") -%> 10 <%- include("components/header") -%>
11 +
11 <h2>서울 동물 </h2> 12 <h2>서울 동물 </h2>
12 <p> 13 <p>
13 지역 선택 14 지역 선택
14 </p> 15 </p>
16 +
17 + <%- include("components/footer") -%>
15 </body> 18 </body>
16 19
17 </html> 20 </html>
...\ No newline at end of file ...\ No newline at end of file
......