国内流行的内容管理系统(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.

22 lines
1.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global.cfg_soft_lang/}">
  5. <title>{dede:wintitle/}</title>
  6. <link rel="stylesheet" href="{dede:global name='cfg_static_dir'/}/css/bootstrap.min.css">
  7. <link rel="stylesheet" href="{dede:global name='cfg_static_dir'/}/font-awesome/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="{dede:global name='cfg_static_dir'/}/img/base.css">
  9. <script src="{dede:global name='cfg_static_dir'/}/js/jquery.js"></script>
  10. </head>
  11. <body background="{dede:global name='cfg_static_dir'/}/img/allbg.gif" leftmargin="8" topmargin="8">
  12. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table maintable table-bordered mt-3">
  13. <tr>
  14. <td height="26" background="{dede:global name='cfg_static_dir'/}/img/wbg.gif" style="border:1px solid #DADADA">&nbsp;◇{dede:wecome_info/}</td>
  15. </tr>
  16. <tr>
  17. <td width="100%" class="table table-borderless pt-3" style="margin-top:10px;background:#ffffff">{dede:winform/}</td>
  18. </tr>
  19. </table>
  20. <p align="center">{dede:lang_cms_powerby/}</p>
  21. </body>
  22. </html>