Showing
2 changed files
with
6 additions
and
0 deletions
views/components/footer.ejs
0 → 100644
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment