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

41 lines
1.2KB

  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/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="../static/web/css/admin.css">
  9. </head>
  10. <body>
  11. <table width="98%" align="center" cellpadding="0" cellspacing="0">
  12. <tr>
  13. <td width="100%" height="64" background="../static/web/img/indextitlebg.gif"><img src="images/indextitle.gif"></td>
  14. </tr>
  15. <tr>
  16. <td width="100%" height="26">
  17. <table width="100%" cellspacing="0" cellpadding="0">
  18. <tr>
  19. <td height="26"><i class="fa fa-book"></i> {dede:wecome_info/}</td>
  20. </tr>
  21. </table>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td width="100%" height="1" background="../static/web/img/sp_bg.gif"></td>
  26. </tr>
  27. <tr>
  28. <td width="100%" height="2"></td>
  29. </tr>
  30. <tr>
  31. <td width="100%" height="26">{dede:winform/}</td>
  32. </tr>
  33. <tr>
  34. <td width="100%" height="2"></td>
  35. </tr>
  36. </table>
  37. <p style="text-align:center">
  38. {dede:lang_cms_powerby/}
  39. </p>
  40. </body>
  41. </html>