- <!DOCTYPE html>
- <html lang="en">
- <head>
- <%- include('head') %>
- </head>
- <body>
- <%- include('header') %>
- <%- include('banner') %>
- <%- include('latest-section') %>
- <%- include('album-section') %>
- <%- include('hot-section') %>
- <%- include('special-section') %>
- <div style="height: 50px;"></div>
- </body>
- </html>
|