| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang="<%= lang %>">
- <head>
- <%- include('common-meta') %>
- <link rel="alternate" href="https://art.pcoloring.com/en" hrefLang="en" />
- <link rel="alternate" href="https://art.pcoloring.com/zh" hrefLang="zh" />
- <link rel="alternate" href="https://art.pcoloring.com/es" hrefLang="es" />
- <link rel="alternate" href="https://art.pcoloring.com/pt" hrefLang="pt" />
- <link rel="alternate" href="https://art.pcoloring.com/ja" hrefLang="ja" />
- <link rel="stylesheet" href="/stylesheets/styles.css">
- </head>
- <body>
- <%- include('header') %>
- <%- include('banner') %>
- <%- include('latest-section') %>
- <%- include('album-section') %>
- <%- include('hot-section') %>
- <%- include('special-section') %>
- <%- include('footer') %>
- <div style="height: 50px;"></div>
- </body>
- </html>
|