index.ejs 223 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <%- require('./component/header.ejs')() %> <h1>Hello,World!</h1> <h2>Across the Great Wall ,we can reach every corner in the world~</h2> <img src="img/embed/1.png" /> <%- require('./component/footer.ejs')() %>