63 lines
1.9 KiB
HTML
63 lines
1.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||
<head>
|
||
<title>恭喜,站点创建成功!</title>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta name="robots" content="noindex" />
|
||
<style type="text/css"><!--
|
||
body {
|
||
color: #444444;
|
||
background-color: #EEEEEE;
|
||
font-family: 'Trebuchet MS', sans-serif;
|
||
font-size: 80%;
|
||
}
|
||
h1 {}
|
||
h2 { font-size: 1.2em; }
|
||
#page{
|
||
background-color: #FFFFFF;
|
||
width: 60%;
|
||
margin: 24px auto;
|
||
padding: 12px;
|
||
}
|
||
#header {
|
||
padding: 6px ;
|
||
text-align: center;
|
||
}
|
||
.status3xx { background-color: #475076; color: #FFFFFF; }
|
||
.status4xx { background-color: #C55042; color: #FFFFFF; }
|
||
.status5xx { background-color: #F2E81A; color: #000000; }
|
||
#content {
|
||
padding: 4px 0 24px 0;
|
||
}
|
||
#footer {
|
||
color: #666666;
|
||
background: #f9f9f9;
|
||
padding: 10px 20px;
|
||
border-top: 5px #efefef solid;
|
||
font-size: 0.8em;
|
||
text-align: center;
|
||
}
|
||
#footer a {
|
||
color: #999999;
|
||
}
|
||
--></style>
|
||
</head>
|
||
<body>
|
||
<div id="page">
|
||
<div id="header" class="status5xx">
|
||
<h1>站点已创建成功!</h1>
|
||
<h3>这是默认index.html,本页面由系统自动生成</h3>
|
||
</div>
|
||
<div id="content">
|
||
<p>本页面在FTP根目录下的index.html</p>
|
||
<p>您可以修改、删除或覆盖本页面</p>
|
||
<p>FTP相关信息,请到“面板系统后台 > FTP” 查看</p>
|
||
</div>
|
||
<div id="footer">
|
||
<p>Powered by <a href="http://www.bt5.me/?a1" rel="nofollow">BT5-Linux免费面板</a></p>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|