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

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  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/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="../static/web/css/bootstrap.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 cellpadding="0" cellspacing="0" align="center" class="table maintable my-3">
  14. <tr>
  15. <td bgcolor="#f5f5f5">{dede:wecome_info/}</td>
  16. </tr>
  17. <tr>
  18. <td class="table-borderless p-0">{dede:winform/}</td>
  19. </tr>
  20. </table>
  21. </body>
  22. </html>