welcome.ejs 335 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <!DOCTYPE html> <html> <head> <%- include('../partials/head') %> </head> <body> <%- include('../partials/nav') %> <div class="container mb-3"> <div class="jumbotron"> <h1>My Website</h1> <P>제 웹사이트를 방문해 주셔서 감사합니다!</p> </div> </div> </body> </html>