dayin.html 317 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {include file="common/meta" /}
  5. </head>
  6. <body class="inside-header inside-aside {:defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''} content" style="width: 749px;margin: 0 auto">
  7. {__CONTENT__}
  8. {include file="common/script" /}
  9. </body>
  10. </html>