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.

step1.html 507B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <title>{$title|default=''} - {$powered|default=''}</title>
  6. <link rel="stylesheet" href="css/install.css"/>
  7. </head>
  8. <body>
  9. <div class="wrap">
  10. <div class="header">
  11. <h1 class="logo">logo</h1>
  12. <div class="icon_install">安装向导</div>
  13. <div class="version"></div>
  14. </div>
  15. <div class="section">
  16. <div class="bottom tac"><a href="?step=2" class="btn">接 受</a></div>
  17. </div>
  18. </div>
  19. </body>
  20. </html>