| 1234567891011121314151617181920212223242526272829303132 |
- <!doctype html>
- <html>
- <head>
- <include file="Public:head" />
- <script src="__PUBLIC__/js/jquery.js"></script>
- </head>
- <body>
- <div class="wrap">
- <include file="Public:header" />
- <section class="section">
- <div style="padding: 40px 20px;">
- <div class="text-center">
- <a style="font-size: 18px;">恭喜您,安装完成!本工具仅可使用一次,严禁倒卖传播</a>
- <br>
- <br>
- <div class="alert alert-danger" style="width: 350px;display: inline-block;">
- 为了您站点的安全,安装完成后即可将网站根目录目录下的“Install”文件夹删除!
- </br>
- 您的后台默认信息是:</br>
- 账户名:admin <br/>
- 密码:cyyvipcom
- </div>
- <br>
- <a class="btn btn-success" href="__ROOT__/../admin/">进入后台</a>
- </div>
- </div>
- </section>
- </div>
- <include file="Public:footer" />
- </body>
- </html>
|