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

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>{dede:wintitle/}</title>
  7. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. <script src="../static/web/js/jquery.min.js"></script>
  11. </head>
  12. <body>
  13. <table width="98%" cellpadding="0" cellspacing="0" align="center" class="table maintable mt-3 mb-3">
  14. <tr>
  15. <td height="26" background="../static/web/img/wbg.gif" style="border:1px solid #dee2e6">{dede:wecome_info/}</td>
  16. </tr>
  17. <tr>
  18. <td class="table-borderless">{dede:winform/}</td>
  19. </tr>
  20. </table>
  21. </body>
  22. </html>