国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
891B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>{dede:wintitle/}</title>
  7. <link rel="stylesheet" href="../static/web/css/admin.css">
  8. </head>
  9. <body>
  10. <table width="98%" align="center" cellpadding="0" cellspacing="0">
  11. <tr>
  12. <td width="100%">
  13. <table width="100%" cellspacing="0" cellpadding="0">
  14. <tr>
  15. <td><i class="fa fa-book"></i>{dede:wecome_info/}</td>
  16. </tr>
  17. </table>
  18. </td>
  19. </tr>
  20. <tr>
  21. <td width="100%">{dede:winform/}</td>
  22. </tr>
  23. </table>
  24. <p style="text-align:center">{dede:lang_cms_powerby/}</p>
  25. </body>
  26. </html>