commit | author | age
|
2207d6
|
1 |
<!doctype html> |
W |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<title>恭喜,站点创建成功!</title> |
|
6 |
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css"> |
|
7 |
<script src="//cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script> |
|
8 |
<script src="//cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> |
|
9 |
</head> |
|
10 |
<body> |
|
11 |
<div class="container" style="margin-top:9%;"> |
|
12 |
<div class="jumbotron"> |
|
13 |
<div class="panel panel-success"> |
|
14 |
<div class="panel-heading"><h1>恭喜, 站点创建成功!</h1></div> |
|
15 |
</div> |
|
16 |
<p><h3>站点创建成功,本页面由系统自动生成。</h3></p> |
|
17 |
<p><li>本页面在FTP根目录下的index.html</li></p> |
|
18 |
<p><li>您可以删除或覆盖本页面</li></p> |
|
19 |
<p><li>FTP相关信息,请到宝塔后台查看</li></p> |
|
20 |
<p><li>我们为您提供了完善的数据备份功能,请到后台进行相关设置</li></p> |
|
21 |
</div> |
|
22 |
</div> |
|
23 |
</body> |
|
24 |
</html> |