index.html
2.1 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<title>恭喜您,网站开设成功! - 护卫神</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
body{
background-color:#009900;
font-family:微软雅黑;
}
a{
text-decoration:none;
color:#0000FF;
}
a:hover{color:#FF0000;}
#top{
height:100px;
background-color:#009900;
border-bottom:1px solid #333;
}
#top .title{
padding-left:220px;
margin-top: 30px;
letter-spacing:5px;
font-size:28px;
line-height:40px;
background: url(https://www.huweishen.com/static/images/other/dot.png) no-repeat;
background-position:50px 2px;
color:#FFFFFF;
font-weight:bold;
}
#middle{
background-color:#FFFFFF;
height:450px;
overflow:hidden;
}
#middle .content{
padding-left:200px;
padding-top:30px;
}
#middle .content .success
{
background: url(https://www.huweishen.com/static/images/other/success.png) no-repeat center;
height: 100px;
width: 470px;
}
#middle .text{
padding-top:20px;
padding-left:36px;
line-height:35px;
}
#middle .zhuyi{
font-weight:bold;
color:#FF6600;
}
.hide{display:none;}
.org{
color: #FF0000
}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="top">
<div class="title">网站正在建设中...</div>
</div>
<div id="middle">
<div class="content">
<div class="success"></div>
<div class="text">
<span class="zhuyi">注意事项:</span><br />
1、如果您能看到此页面,表明〖护卫神·主机大师〗已经为您将网站创建成功了!<br />
2、接下来请将该文件(index.html)删除,再将您自己的网页文件复制或上传到网站的web目录下,即可正常访问。<br />
3、如果外网无法访问,请点<a href="https://www.huweishen.com/help/hostmaster/1750.html/?hostmaster" target="_blank">这里</a>查看解决办法。<br />
4、开设时间:2021-05-31 11:37:34<br />
5、开设软件:<a href="https://www.huweishen.com/soft/hostmaster/?hostmaster" target="_blank">护卫神·主机大师</a> <br />
(注意:本网站是使用护卫神·主机大师所创建,网站内容与<a href="https://www.huweishen.com/document/?hostmaster" target="_blank">护卫神官方</a>无关。) <br />
</div>
</div>
</div>
</body>
</html>