index.ejs 322 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <%- include('head') %>
  5. </head>
  6. <body>
  7. <%- include('header') %>
  8. <%- include('banner') %>
  9. <%- include('latest-section') %>
  10. <%- include('album-section') %>
  11. <%- include('hot-section') %>
  12. <%- include('special-section') %>
  13. <div style="height: 50px;"></div>
  14. </body>
  15. </html>