index.ejs 297 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <!DOCTYPE html> <html> <head> <title>Animal Info</title> <link rel='stylesheet' href='/stylesheets/style.css' /> </head> <body> <%- include("components/header") -%> <h2>서울 동물 </h2> <p> 지역 선택 </p> <%- include("components/footer") -%> </body> </html>