step5.html 932 B

1234567891011121314151617181920212223242526272829303132
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <include file="Public:head" />
  5. <script src="__PUBLIC__/js/jquery.js"></script>
  6. </head>
  7. <body>
  8. <div class="wrap">
  9. <include file="Public:header" />
  10. <section class="section">
  11. <div style="padding: 40px 20px;">
  12. <div class="text-center">
  13. <a style="font-size: 18px;">恭喜您,安装完成!本工具仅可使用一次,严禁倒卖传播</a>
  14. <br>
  15. <br>
  16. <div class="alert alert-danger" style="width: 350px;display: inline-block;">
  17. 为了您站点的安全,安装完成后即可将网站根目录目录下的“Install”文件夹删除!
  18. </br>
  19. 您的后台默认信息是:</br>
  20. 账户名:admin <br/>
  21. 密码:cyyvipcom
  22. </div>
  23. <br>
  24. <a class="btn btn-success" href="__ROOT__/../admin/">进入后台</a>
  25. </div>
  26. </div>
  27. </section>
  28. </div>
  29. <include file="Public:footer" />
  30. </body>
  31. </html>