-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
128 lines (57 loc) · 4.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>站点初始页面 - 主机宝</title>
<style>
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}.z{float:left}.y{float:right}.tz{text-align:left}.ty{text-align:right}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;font-size:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix,.zoom{zoom:1}
body,td,input,textarea,select,button{color:#333; font:12px/18px "\5FAE\8F6F\96C5\9ED1",Helvetica,Arial,Verdana,"\5B8B\4F53";}
a {color:#505050; text-decoration:none;}
a:hover {color: #FF5500; text-decoration: underline;}
.header-wraper {height:37px; line-height:37px; background:url(http://z.admin5.com/static/images/nav-bg.png) repeat-x left top; border-bottom:1px solid #ccc; overflow:hidden;}
.header, .content, .footer {width:860px; margin:0 auto;}
.header .logo {float:left; height:37px; width:113px; background:url(http://z.admin5.com/static/images/logo.png) no-repeat left center;}
.header .logo a {text-indent:-999em; height:37px; width:113px; display:block;}
.header .copy {float:left; margin-left:30px; line-height:37px; color:#999;}
.header .menu {float:right; margin-left:80px;}
.header .menu li {float:left; line-height:37px; width:120px;}
.header .menu li a {display:block; text-align:center;}
.header .menu li a:hover {color:#000; text-decoration:none; background:url(http://z.admin5.com/static/images/nav-active-bg.png) repeat-x left top;}
.content .message {border:1px solid #c6e4f3; background:#d9edf7 url(http://z.admin5.com/static/images/default-bg.png) no-repeat 30px center; padding-left:260px; margin-top:100px; border-radius:8px; color:#3a87ad; padding-bottom:30px;}
.content .message h1 {line-height:2em; font-size:26px; margin-top:10px;}
.content .message ul {margin-top:10px;}
.content .message ul li {line-height:2em;}
.content .message p{margin-top:20px;}
.sec {padding-left:2em;}
</style>
</head>
<body>
<div class="header-wraper">
<div class="header clearfix">
<div class="logo"><a href="http://z.admin5.com/" target="_blank">主机宝服务器管理面板</a></div>
<ul class="menu">
<li style="border-right:1px solid #ccc;"><a target="_blank" href="http://bbs.z.admin5.com/">交流论坛</a></li>
<li style="border-left:1px solid #fff;"><a target="_blank" href="http://bbs.z.admin5.com/forum.php?mod=forumdisplay&fid=36">使用帮助</a></li>
</ul>
<div class="copy">您访问的是 Linux 主机宝站点开通默认页面</div>
</div>
</div>
<div class="content">
<div class="message">
<h1>您访问的是主机宝站点默认页面</h1>
<ul>
<li>访问到此页面可能是由于站点目录下还未上传网站程序或未覆盖当前页面(index.html);</li>
<li>站点目录说明:</li>
<li class="sec">网站程序目录:/a/domains/网站域名/public_html </li>
<li class="sec">网站访问日志:/a/apps/nginx/logs/网站域名.access.log </li>
<li class="sec">备份存放目录:/a/backups (默认不开启,可在后台计划任务开启)</li>
<li>使用教程指引:</li>
<li class="sec">文件管理器具备在线导入SQL、压缩解压、权限设置恢复等功能,大量文件不建议使用在线压缩;</li>
<li>操作注意事项:</li>
<li class="sec">新建站点、数据库、FTP请尽量使用主机宝面板操作;</li>
</ul>
<p>使用中如遇到问题欢迎联系我们的在线客户,或登录论坛提交查看问题解决方法,主机宝诚挚为您服务。</p>
</div>
</div>
</body>
</html>